Hi Rinil,
the DOMParser class has been deprecated in Xerces 2.0 in favor of
XercesDOMParser; the new one generates a faster and more scalable DOM
tree. You should migrate your code to work with the new DOM model, as
the old one will be completely removed in Xerces 3.0.
Alberto
Rinilkumar wrote:
Hi All,
Currently I am facing a problem between these two parsers while using XML
security library with XercesC 2.4.0.
My XML Security library objects returns XercesDOMParser type object while my existing code expects DOMParser type object.
Kindly let me know when each of these type of objects are to be used. And how
can I resolve this issue.
Thanks & Regards,
Rinil Baxi
HP-NED-Transaction Services