Stephen Collyer wrote:
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.Is it possible to retrieve the required id and line/col info from within, say, start_element() in order to construct a SAXParseException ?
Dave
