On this data:
<row Id="37501" PostId="135577" Text="...uses though."/>
I'm getting this error with the Python sax parser:
xml.sax._exceptions.SAXParseException:
comments.xml:29776:332: reference to invalid character number
(example trimmed, 332 points to "". <-- should be & # x 1 0 ;
Is the sax parser correct in rejecting this character?
