I'm using mono-xmltool to validate an xml document against a relaxng compact 
(.rnc) schema.  I get this error if I use an include for a file which is in the 
same directory as the referencing .rnc file.  

Tokenizer error at line 3, column 10: irrecoverable syntax error

This error goes away when I comment out the include.  Does anyone know what I 
should do about this?  

I've included a simple schema and instance xml file to produce this error 
message below.

Regards,



Travis


simple.rnc
-------
include "Strippable.rnc"

element root {
  element child1 {text}* &
  element child2 {text}*
}

simple.xml
------
<root>
  <child1>Some text</child1>
  <child2>Some text</child2>
  <child2>Some text</child2>
  <child1>Some text</child1>
</root>





      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to