You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Rinilkumar <ri...@hp.com> on 2008/01/21 11:10:36 UTC

Difference between DOMParser and XercesDOMParser

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

RE: Resolution of a bug BUGZILLA id 25470

Posted by Jesse Pelton <js...@PKC.com>.
It looks like the fix is in SVN revision 175525:
http://svn.apache.org/viewvc?view=rev&revision=175525.

-----Original Message-----
From: Rinilkumar [mailto:rinilkumar.baxi@hp.com] 
Sent: Thursday, January 24, 2008 5:30 AM
To: c-users@xerces.apache.org
Subject: Resolution of a bug BUGZILLA id 25470

Hi All,

I am working on Xercesc 2.4.0. I am facing the bug mentioned in the
following URL.
http://issues.apache.org/bugzilla/show_bug.cgi?id=25470

I dont know how to get the fix of this bug.

Kindly let me know how to get this fix.

Thanks,
Rinil


Resolution of a bug BUGZILLA id 25470

Posted by Rinilkumar <ri...@hp.com>.
Hi All,

I am working on Xercesc 2.4.0. I am facing the bug mentioned in the
following URL.
http://issues.apache.org/bugzilla/show_bug.cgi?id=25470

I dont know how to get the fix of this bug.

Kindly let me know how to get this fix.

Thanks,
Rinil


Re: Difference between DOMParser and XercesDOMParser

Posted by Alberto Massari <am...@datadirect.com>.
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
>
>