Hi, getting Xerces from Xerces-2.0.0-bin instead of Xerces-2.0.0-tools I finally end up with a fairly smooth running Application. Overall Xerces-2.0.0 is looking great!
But there seems to be a minor problem occuring when I create new Parsers. Below is a stack trace. The thing I don't understand is, that the org.apache.xerces.parsers.StandardParserConfiguration is in the xerces.jar. Stack trace: org.apache.xerces.util.ObjectFactory$ConfigurationError: Provider org.apache.xer ces.parsers.StandardParserConfiguration not found at org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:2 98) at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java: 224) at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java: 119) at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95) at org.apache.xerces.jaxp.SAXParserImpl.<init>(SAXParserImpl.java:101) at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFac toryImpl.java:95) at de.coi.xml.sax.SAXXParserPool.create(SAXXParserPool.java:87) at de.coi.util.AbstractPool.doService(AbstractPool.java:269) at de.coi.util.ServiceThread.run(ServiceThread.java:70) at java.lang.Thread.run(Thread.java:484) Cheers, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]