Re: [xml] xmllint reports non-determinist content model for schema

2012-02-27 Thread Johan Corveleyn
a bit! Pete Cordell Codalogic Ltd Interface XML to C++ the easy way using C++ XML data binding to convert XSD schemas to C++ classes. Visit http://codalogic.com/lmx/ or http://www.xml2cpp.com for more info - Original Message - From: Johan Corveleyn jcor...@gmail.com To: xml@gnome.org

Re: [xml] Important: possible incompatible changes ahead for 2.9.0 !

2012-08-06 Thread Johan Corveleyn
On Mon, Aug 6, 2012 at 9:00 AM, Daniel Veillard veill...@redhat.com wrote: Hello everybody, As some of you following libxml2 git commits may have found out, I pushed a number of patches to clean up libxml2 code on Friday. Most of them were to deal with large input of data, some of

Re: [xml] Important: possible incompatible changes ahead for 2.9.0 !

2012-08-10 Thread Johan Corveleyn
On Fri, Aug 10, 2012 at 9:43 AM, Daniel Veillard veill...@redhat.com wrote: On Fri, Aug 10, 2012 at 09:32:13AM +0200, Johan Corveleyn wrote: On Mon, Aug 6, 2012 at 10:17 PM, Johan Corveleyn jcor...@gmail.com wrote: [...] See also this report in the Debian tracker: http://bugs.debian.org/cgi

Re: [xml] xmllint schema validation reports line numbers above 65535 incorrectly (was: Re: Important: possible incompatible changes ahead for 2.9.0 !)

2012-08-13 Thread Johan Corveleyn
On Mon, Aug 13, 2012 at 6:54 AM, Daniel Veillard veill...@redhat.com wrote: On Fri, Aug 10, 2012 at 09:24:56PM +0200, Johan Corveleyn wrote: On Fri, Aug 10, 2012 at 11:27 AM, Daniel Veillard veill...@redhat.com wrote: On Fri, Aug 10, 2012 at 10:03:39AM +0200, Johan Corveleyn wrote: On Fri

Re: [xml] xmllint reports non-determinist content model for schema

2012-08-17 Thread Johan Corveleyn
On Fri, Feb 24, 2012 at 2:14 PM, Johan Corveleyn jcor...@gmail.com wrote: ... I'm running into a non-determinist error with a schema even though I don't think it's non-determinist (and both XSV and Xerces agree with me; they too have no problem with the schema). I have reduced my test-case

Re: [xml] xmllint reports non-determinist content model for schema

2012-08-22 Thread Johan Corveleyn
On Fri, Aug 17, 2012 at 10:32 PM, Johan Corveleyn jcor...@gmail.com wrote: On Fri, Feb 24, 2012 at 2:14 PM, Johan Corveleyn jcor...@gmail.com wrote: ... I'm running into a non-determinist error with a schema even though I don't think it's non-determinist (and both XSV and Xerces agree with me

Re: [xml] xmllint reports non-determinist content model for schema

2012-08-23 Thread Johan Corveleyn
On Thu, Aug 23, 2012 at 3:03 PM, Daniel Veillard veill...@redhat.com wrote: On Wed, Aug 22, 2012 at 10:40:20PM +0200, Johan Corveleyn wrote: On Fri, Aug 17, 2012 at 10:32 PM, Johan Corveleyn jcor...@gmail.com wrote: On Fri, Feb 24, 2012 at 2:14 PM, Johan Corveleyn jcor...@gmail.com wrote

Re: [xml] xmllint reports non-determinist content model for schema

2012-08-23 Thread Johan Corveleyn
On Thu, Aug 23, 2012 at 5:32 PM, Daniel Veillard veill...@redhat.com wrote: On Thu, Aug 23, 2012 at 09:03:44PM +0800, Daniel Veillard wrote: On Wed, Aug 22, 2012 at 10:40:20PM +0200, Johan Corveleyn wrote: [...] Is there some (preferable concise) reading about basic concepts like how xml

Re: [xml] xmllint reports non-determinist content model for schema

2012-08-23 Thread Johan Corveleyn
On Fri, Aug 24, 2012 at 12:15 AM, Johan Corveleyn jcor...@gmail.com wrote: [...] I'll give your patch a try on my real-world sample (from which the rules example was deduced), just to be sure. And it works perfectly. Thanks again, you made my day :-). -- Johan