Nov. 17, 2011
5:21 a.m.
Just for the record, I have to install the previous version of XML-Parser-JAAyer.50 until I find some time to work on this. Cheers, Hernán 2011/11/15 Hernán Morales Durand <hernan.morales@gmail.com>:
Since XML-Parser-JAAyer.50 the SAXDriver doesn't check anymore for #checkEOD in the #handle methods, have you removed eod iVar for performance reasons? I need it because I have a very large XML and I want to be able to parse some "header" nodes without parsing the entire XML. Otherwise, what would be the way of doing this with the newer versions?
UserSAXParser>>endDocument     "This call corresponds to the Java SAX call endDocument()."     eod := true
Cheers,
Hernán