Yes, i already tried that.
Thanks anyways....
User Profile
Collapse
-
xml sax and unicode utf8 - parser error: mismatched tag
Hi,
I'm trying to parse an XML file with Python SAX: xml.sax
If i parse the file with an empty Handler it works perfectly, no error of mismathed tag.
But if i try to print the characters of the tags i get the error:
xml.sax._except ions.SAXParseEx ception: theFile.xml:242 6:6: mismatched tag
I'm working with a file which has latin1 encoding mixed with utf-8. If i change the original file from latin1...
No activity results to display
Show More
Leave a comment: