Xerces Question, I'm setting up a validating parser using the Sax2 interface. I chose = this interface because of the size of my xml files (thousands of lines), = and I'm creating my own DOM like object. The callback interface makes = this easy..
My problem is with the validation. My schema validation works = perfectly but the syntax or well-formedness validation doesn't seem to = be working.. I ran my same xml document though Expat xml parser and it = catches the syntax errors.. Am I missing some feature or a property = need to enable syntax checking when using Sax2? According to the docs that I seen so far the default scanner = (IGXMLScanner) should do syntax checking automatically. I even tried to = explicitly choose that scanner.. Maybe a build option?? I'm developing in a Linux environment. Barry
