Schema not found
yun-vis opened this issue · 1 comments
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
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