Stephen Collyer wrote:
Is it possible to retrieve the required id
and line/col info from within, say, start_element()
in order to construct a SAXParseException ?

You need to override ContentHandler::setLocator() and store the pointer in your object. During parsing event handlers, you can use the object to get this information.

Dave

Reply via email to