- Code: Select all
OpenDoPEIntegrity odi = new OpenDoPEIntegrity();
odi.process(wordMLPackage);
The problem is that the xslt-Template is null in the method "process" of the OpenDoPEIntegrity class. So if the method "process" calls
- Code: Select all
org.docx4j.XmlUtils.transform(doc, xslt, transformParameters, result);