In IBM WebSphere i got javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl not found.
org.docx4j.openpackaging.parts.XmlPart makes:
- Code: Select all
System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
"com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
Is it possible to use org.apache.xerces.jaxp.DocumentBuilderFactoryImpl from xerces2?
Thanks.