I am getting the following exception while executing this line of code "wordMLPackage = WordprocessingMLPackage.load(sourceFile);". The "mc-preprocessor.xslt" file is available inside the docx4j jar but not sure why i am getting the error.
I am new to docx4j and have limited coding experience. Couldn't get much information in internet. Please help resolve this.
2013-09-19 17:14:12,427 INFO [STDOUT] (http-0.0.0.0-9080-3) 2013-09-19 17:14:12,427 ERROR [http-0.0.0.0-9080-3] [org.docx4j.utils.ResourceUtils] - Couldn't get resource: org/docx4j/jaxb/mc-preprocessor.xslt
2013-09-19 17:14:12,427 ERROR [STDERR] (http-0.0.0.0-9080-3) java.lang.NullPointerException
2013-09-19 ...