You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Stephen Inkpen <si...@cs.mun.ca> on 2002/12/19 04:39:17 UTC

Xerces-C problem with contenthandler

Hello,

I'm having some problems with setting the contenthandler in
SAX2XMLReader.

                parser->setContentHandler(this);
                parser->setErrorHandler(this);
                parser->parse("test1.xml");

Am I allowed to use 'this' for my handler? I couldn't see why not but
none of the event handling functions in 'this' are being triggered?

Anyone wish to tell whether or not I can use 'this'?

Thanks,

-- 
Stephen Inkpen
sinkpen@cs.mun.ca



---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org