
Nov. 25, 2010
9:48 a.m.
Hi, Krzysztof Jakubczyk, 18.11.2010 11:15:
I'm trying to validate a document using XmlSchema. It works but the exception received (etree.XMLSyntaxError) has no information about file position- exc.position is (0,0). Is this correct behaviour?
I wonder why you get an "XMLSyntaxError" in the first place. This means that there's an error while parsing your document. Could you show us the code that you use for parsing and validation? Stefan