I am deploying a parsing app to a servlet server on which I have minimal control over jars in the classpath. I suspect that my servlet is picking up old parser implementations before the Xerces 2.5.0 in the classpath.
Is there any way to "force" an app. to use a specific version of Xerces or otherwise ensure it's only using code from the latest libs? Thanks, Sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
