Page 1 of 1

woodstox stax

PostPosted: Fri Jul 17, 2015 5:49 pm
by roded
Hi,
At the risk of asking a naive question:
Is it possible to get docx4j to run with Woodstox as its stax implementation?
Thanks.

Re: woodstox stax

PostPosted: Tue Jul 21, 2015 4:18 pm
by jason
stax is not used directly in docx4j, except in Differencer

javax.xml.transform.stream.StreamSource is used a fair bit, but that’s different.

stax could be used internally in Xalan or your JAXB implementaton.

I see woodstox includes a SAX parser. Note that docx4j’sXmlUtils sets "javax.xml.parsers.SAXParserFactory"

Re: woodstox stax

PostPosted: Tue Jul 21, 2015 8:49 pm
by roded
That is so great.
Hoping to see some performance improvements.
Thank you Jason.