Dennis Endt wrote:
Hi,
yesterday I tried to integrate the Sax2 Parser into my Project. I looked
at the original example on the Homepage and also derivated my class from
DefaultHandler.
Actually this works fine, I`m getting no errors.
But,and this is the problem, the Parser doesn`t walk into my overloaded
method "startElement".
I could show my Code, but it is just a 1:1 copy from the example code on
the Homepage.
What could be the failure?
The example code is out of date if you're working from the trunk. You
can verify this if you compare the signatures of
DefaultHandler::startElement() and your derived member function.
What version of Xerces-C are you using?
Dave