Re: [xml] incorrect RelaxNG error reporting

2013-11-29 Thread Daniel Veillard
I hadn't had the time to look at it, that simple ! Could be an interleave of interleave which is the problem, and that is too hard to fix in libxml2 that you may need to change the rng to avoid it. Grab me if you are in hurry, Daniel On Fri, Nov 29, 2013 at 08:44:15AM +0100, Ondrej Lichtner w

Re: [xml] incorrect RelaxNG error reporting

2013-11-28 Thread Ondrej Lichtner
Hi again, any response on this? I was pointed to a couple of bugs on Red Hat bugzilla through IRC suggesting that reimplementation of this feature would require big changes to the code so I understand if nobody wants to do it. I'm considering fixing this myself, but don't really want to spend that

[xml] incorrect RelaxNG error reporting

2013-11-21 Thread Ondrej Lichtner
Hi everyone, in our project we've recently started using a RelaxNG schema to validate our XML documents through the lxml python bindings of libxml2. However sometimes the errors reported for invalid documents are very unhelpful and even we as developers get confused and have to spend a few minutes