my system (FreeBSD 6.1) :-( - libxml :http://codespeak.net/lxml/Probably this is what I need to use. (However, I see in the mailing
lists that there are problems with this part of libxml2.)
Yep, maybe. I suspect some issues with the validation of Relax NG
documents,
at least with the libxml2 that was used in my lxml build ...
Probably this is what I need to use. (However, I see in the mailing
lists that there are problems with this part of libxml2.)
XML Schema support in libxml2 is not complete. It should work in most cases,
but I've already stumbled into schemas that just don't work (especially
generated ones).
RelaxNG support in libxml2 is pretty much perfect, BTW.
Re: Validate XML against a set of XSD files, with Python
Stefan Behnel wrote:
RelaxNG support in libxml2 is pretty much perfect, BTW.
The *potential* issue I mentioned before with Relax NG
validation in libxml2 does *NOT* exist.
I double-checked with Jing and my RelaxNG file was
indeed incorrect ... (the "recursive reference outside
elements" kind of mistake). Jing more detailled
error reports helped ...
Comment