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

Reply via email to