[jdom-interest] Transform with XSLT 2.0?
Michael Kay
mike at saxonica.com
Fri Sep 9 05:59:12 PDT 2005
You can use the standard JAXP interface to run an XSLT 2.0 transform using
Saxon with a JDOM source: just wrap the JDOM source in a
net.sf.saxon.jdom.DocumentWrapper and provide it as the Source object for
the transformation.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: jdom-interest-bounces at jdom.org
> [mailto:jdom-interest-bounces at jdom.org] On Behalf Of Thomas Schmidt
> Sent: 09 September 2005 00:01
> To: jdom-interest at jdom.org
> Subject: [jdom-interest] Transform with XSLT 2.0?
>
> Is there any way to setup an org.jdom.transform
> <http://www.jdom.org/docs/apidocs/org/jdom/transform/package-f
> rame.html>.XSLTransformer
> object to work with XSLT 2.0?
> Right now, I get error messages when my XSL-Stylesheets use
> 2.0-specific
> functions.
>
> Thanks for any hints,
>
> Thomas
>
>
> _______________________________________________
> To control your jdom-interest membership:
> http://www.jdom.org/mailman/options/jdom-interest/youraddr@you
> rhost.com
>
More information about the jdom-interest
mailing list