Title: SAX advanced document handler

Hi,

If I want to use the SAX advanced document handler, do I have to also use the regular SAX document handler for parsing to work?

I'm using the SAX advanced document handler to get access to more details and I need to know whether I can use this handler to set the Entity Resolver for the parser.   I get an error when attempt to do it directly, and also when I inherit the advanced handler from HandlerBase.  My compiler says that the cast exists  but is inaccessible.

I also need to know also whether the SAXParser->setDocumentHandler() method can be called by passing the advanced handler, or can I simply skip this method and use the installAdvHandler() only?   

Siehnai Williamson

Reply via email to