Rene, Try moving xerces.jar around in your classpath and see what happens. Try putting it before any jars, zips, etc that you added when doing the servlet version. If this changes the behavior then there must be something in the other jars that contains an old xerces version of the org.apache.xerces.parsers.DOMParser class that does not implement the startElement method.
Regards, Keith > -----Original Message----- > From: Ren� Jensen [mailto:[EMAIL PROTECTED] > Sent: Monday, February 26, 2001 9:29 AM > To: [EMAIL PROTECTED] > Subject: Re: using xerces 1.3.0 with servlets > > > Citat Michael Duffy <[EMAIL PROTECTED]>: > > > > > Rene: > > > > Someone else had a similar problem earlier this week. > > I believe the cause was having an earlier version of > > Xerces in the CLASSPATH before the Xerces 1.3.0 .jar. > > The ClassLoader will use the first instance that it > > finds, so perhaps that explains your difficulty, too. > > > > MOD > > > > Nope, it�s not that. xerces 1.3.0 is the only version I�ve ever used. > Could it be that I still have xercesSamples.jar in my classpath..?? > > again let me remind you, it works in the nonservlet version. > > _\|/_ > (@ @) > ---oOOo-(_)-oOOo--- > Ren� Jensen > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
