Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema not found #42

Open
yun-vis opened this issue Aug 3, 2018 · 1 comment
Open

Schema not found #42

yun-vis opened this issue Aug 3, 2018 · 1 comment

Comments

@yun-vis
Copy link

yun-vis commented Aug 3, 2018

Dear developers,

I am trying to compile the c++ binding for libsbgn while I found the schema
http://sbgn.org/libsbgn/0.2 and http://sbgn.org/libsbgn/0.3 do not exist anymore.

I then switched all links to
https://github.com/sbgn/libsbgn/blob/master/resources/SBGN-v0.2
and
https://github.com/sbgn/libsbgn/blob/master/resources/SBGN

Is this a temporary issue of the server or should I consider permanently switch links to the later ones?

Thank you very much for your consideration.

Best regards,
Yun

@fbergmann
Copy link
Contributor

Hello Yun,

indeed the namespaces currently don't resolve anymore to an actual xsd file. But they don't necessarily have to. They are necessary, just for the xml parser to know what schema elements belong to. So this is less of an issue for the java library, but more for the website, to see if an additional redirect can be made.

cheers
Frank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants