Re: [XML-SIG] RELAX NG and Python

2005-11-03 Thread Daniel Veillard
On Thu, Nov 03, 2005 at 11:51:17AM +, Jonathan Cooper wrote: > Using the libxml2 module directly says that the file is invalid (curious, > since jing says it's valid when using the same schema, and it looks fine > to me). Trying to find out which element 'fails' is tricky, since > calling Line

[XML-SIG] RELAX NG and Python

2005-11-03 Thread Jonathan Cooper
I'm having some difficulties validating using RELAX NG in Python. I've been writing a schema for CellML files (www.cellml.org; current schema is at http://jonc.me.uk/stuff/cellml1.0.rng), and I can validate various example documents using jing. The python tools I've come across have not been as s