AFAIK, the
virtual void setPSVIHandler(PSVIHandler* const handler);
has always been in the SAX2XMLReaderImpl class only, and you needed to
downcast the SAX2MLReader pointer to access it.
Alberto
Jatayu wrote:
Hi,
I'm trying out xerces-c 3.0.0 b1 (beta1).
Seems like in 3.0.0, PSVI handler support in SAX2 Reader has been dropped,
is that correct?
I mean, there's no "setPSVIHandler()" method in SAX2XMLReader class anymore?
Is there alternative way to get PSVI data in the SAX2 interface ?
Regards,
= Jatayu