Hi Michael, I am happy that I could solve the problem. I am not using the JAR, xml-apis.jar from the location, [1] you pointed. I deleted this JAR from my local location. But instead I have imported the source code of xml-apis.jar from Apache commons project. And I am using the source code of xml-apis.jar directly for compiling Xerces.
I have made a setting in eclipse, "java build path" where I have made the resolution priority of commons source higher than the JDK classes. This has solved the problem for me. I am actually working on the sources of xercesImpl.jar and xml-apis.jar simultaneously. Thanks for all the help I have got for this issue. I am looking forward to understand the Xerces source code in coming few days, and would try to write something for Xerces. Would share my experiences as I could finish something. On 7/20/08, Michael Glavassevich <[EMAIL PROTECTED]> wrote: > > > Hi Mukul, > > Eclipse .classpath and .project files for Xerces-J are available on the > trunk [1]. All of the jars that Xerces needs for compilation (including > xml-apis.jar) were placed in front of the JDK on the classpath so it should > work regardless of which JDK you're using. Have you tried them? > > Thanks. > > [1] http://svn.apache.org/viewvc/xerces/java/trunk/ > > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: [EMAIL PROTECTED] > E-mail: [EMAIL PROTECTED] -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
