Oops, found it myself:
1) Use the SAXON library, Version Saxon-B 8.9 from
http://saxon.sourceforge.net/
2) add the following line to your code at an appropriate place:
System.setProperty("javax.xml.transform.Transforme rFactory",
"net.sf.saxon.TransformerFactoryImpl");
Cheers,
Thomas
On 4 Jun., 10:04, Thomas Schmidt <Bernd.M...@googlemail.com> wrote:
> Hi everybody,
>
> can somebody point me to an example / an instruction on how to
> transform an XML document using Java and XSLT2?
>
> Thanks,
>
> Thomas