Thanks for the prompt reply, Mark. I'm using JDK v1.5. According to the JDK documentation I've just downloaded, it looks like the package names have been altered for this release, so I think my classpath entry should now override the internal class without having to use the endorsed standards mechanism.
However, this still confuses me: How does the SAXParserFactory know the SAXParser in the classpath (packaged as org.apache.xerces.parsers) exists and should be used as an override over the SAXParser in the internal classes (packaged as com.sun.org.apache.xerces.internal.parsers)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
