Re: [xml] problem validating XML file with DTD

2006-01-28 Thread Daniel Veillard
On Fri, Jan 27, 2006 at 05:53:06PM -0800, Sean Machin wrote: parse2.c from the example code. It failed with an error: camera_test.xml:65: validity error : Content model of rule is not determinist: ((input | (input , (operator , input)+)) , output+) /rule I'm using version

Re: [xml] problem validating XML file with DTD

2006-01-27 Thread Liam R E Quin
On Fri, 2006-01-27 at 17:53 -0800, Sean Machin wrote: camera_test.xml:65: validity error : Content model of rule is not determinist: ((input | (input , (operator , input)+)) , output+) Right -- it's not deterministic (the error message has a typo I think). you cant have a situation when