They changed the name of the jar file for the distribution. The default distribution is now xercesImpl.jar (instead of just xerces.jar). If you (like I did initially) just changed your classpath folder for the new jar file, then that could be your problem. It might also add to the confusion that all the org.apache javadocs are no longer in the default Xerces documentation distribution, so it looks like DOMParser and others just vanished.
I hope that helps. -----Original Message----- From: H. Sheboul [mailto:[EMAIL PROTECTED] Sent: Monday, May 13, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: Re: DomParser class It is org.w3c.parsers.DOMParser. You need to install the sources, then you can find it at <xerces-2_0_1_HOME>/src/org/apache/xerces/parsers/DOMParser.java The package will be: org.apache.xerces.parsers.DOMParser "Morealli, Lori" wrote: > Hello, > > Does anybody know where to located the DomParser class in Xerces 2.0.1? Has > it been renamed and/or re-located??? It was located in the > org.apache.xerces.parser package in Xerces 1.4.4. Any guidance would be > greatly appreciated. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
