Migrating from JAXP 1.0.1 to xerces 2.5.0 2004-03-02 - By Baskar, Hari G (GEAE, Foreign National, EACOE)
Hi ,
I am new to using xerces-java ( 2.5.0). Here is the description about the problem
My application is based on client server architecture , with communication betweem them in XML format. The application was developed in 2000. At that time , the industry standard parser Jaxp 1.0.1 was used( Otherwise called as ProjectX from sun ). Now that, we wanted to use xerces , in place of old parser. But, I am facing problems in migrating the application from Jaxp 1.0.1 to xerces parser, since I am not finding equivalent classes in xerces for some of the classes. ( available in Jaxp 1.0.1 ).
For example, there is a class called "ElementNode" in Jaxp 1.0.1 , for which I am not finding the equivalent class in xerces. Ironically, ElementNode is a part of internal API of Jaxp 1.0.1. Some of the classes developed in my application uses "ElementNode" class as the super class.
To summarize, I am in need of some guidelines for migrating my application from using Jaxp 1.0. 1 to xerces 2.5.0
Thanks, Hari
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|