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
[EMAIL PROTECTED]



---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to