Re: Validate XML against a set of XSD files, with Python

2006-12-15 Thread Sébastien Boisgérault
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

Re: Validate XML against a set of XSD files, with Python

2006-12-14 Thread Stefan Behnel
Laszlo Nagy wrote: >> - 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.) XML Schema support in libxml2 is not complete. It should work in most cases, but I've already stumbl

Re: Validate XML against a set of XSD files, with Python

2006-12-13 Thread Sébastien Boisgérault
On Dec 13, 2:28 pm, Laszlo Nagy <[EMAIL PROTECTED]> wrote: > > Fast google query, uncheked, leads to: > > > - XSV:http://www.ltg.ed.ac.uk/~ht/xsv-status.htmlI tried this before. > > Unfortunately, xsv is not officially supported on > my system (FreeBSD 6.1) :-(> - libxml :http://codespeak.net

Re: Validate XML against a set of XSD files, with Python

2006-12-13 Thread Laszlo Nagy
> Fast google query, uncheked, leads to: > > - XSV: http://www.ltg.ed.ac.uk/~ht/xsv-status.html > I tried this before. Unfortunately, xsv is not officially supported on my system (FreeBSD 6.1) :-( > - libxml : http://codespeak.net/lxml/ > Probably this is what I need to use. (However, I

Re: Validate XML against a set of XSD files, with Python

2006-12-12 Thread Sébastien Boisgérault
Laszlo Nagy wrote: > Do you know an open source lib that can do $subject? Fast google query, uncheked, leads to: - XSV: http://www.ltg.ed.ac.uk/~ht/xsv-status.html - libxml : http://codespeak.net/lxml/ Cheers, SB -- http://mail.python.org/mailman/listinfo/python-list

Validate XML against a set of XSD files, with Python

2006-12-12 Thread Laszlo Nagy
Do you know an open source lib that can do $subject? Thanks, Laszlo -- http://mail.python.org/mailman/listinfo/python-list