Does anyone know what TransformerFactory
I should use to transform xml using jdom2 and a XSLT 2.0 stylesheet?
Asked
Active
Viewed 243 times
1

R. Oosterholt
- 7,720
- 2
- 53
- 77
-
The commercial editions of Saxon 9 have support for JDOM, see http://saxonica.com/documentation9.5/sourcedocs/thirdparty.html. Whether that works with the JAXP API or only with Saxon's own API I am not sure. – Martin Honnen Jan 26 '15 at 15:06
-
I was hoping to find an open source solution – R. Oosterholt Jan 26 '15 at 19:23
-
Please look at the page Martin has indicated: _"Support for Axiom, JDOM, JDOM2, XOM, and DOM4J is not available "out of the box" with Saxon-HE, but the source code is open source (in sub-packages of net.sf.saxon.option) and can be compiled for use with Saxon-HE if required"_. – Mathias Müller Mar 12 '15 at 11:53