[XSLTools] XSLT 2.0 processor in Eclipse? [message #227961] |
Tue, 17 February 2009 10:15  |
Eclipse User |
|
|
|
Originally posted by: mickael.istria.openwide.fr
Hi all,
I'd like to integrate into the Eclipse Java Workflow Tooling project a
XSLT 2.0 transformation from JWT to jPDL model (I really need XSLT 2.0 -
or exslt extensions - because I'd like to use the xsl:result-document
element).
However, I could not find useful inputs about an XSLT 2.0 that could be
used in Eclipse - XSL processor available in Orbit don't seem to supprt
XSL2. (Correct me if I am wrong)
Then I wonder if in the context of the XSLT project you would have more
information on this topic, such as CQ approved or pending for a XSLT2
proc that we could reuse for such transformation.
Thanks in advance for your support.
Regards
Mickael
|
|
|
|
Re: [XSLTools] XSLT 2.0 processor in Eclipse? [message #227993 is a reply to message #227969] |
Wed, 18 February 2009 04:10  |
Eclipse User |
|
|
|
Originally posted by: mickael.istria.openwide.fr
Thanks a lot,
Xalan (and its included exslt extension) should be ok for my use case.
Regards
Mickael
David Carver a écrit :
> Mickael Istria wrote:
>> Hi all,
>>
>> I'd like to integrate into the Eclipse Java Workflow Tooling project a
>> XSLT 2.0 transformation from JWT to jPDL model (I really need XSLT 2.0
>> - or exslt extensions - because I'd like to use the
>> xsl:result-document element).
>> However, I could not find useful inputs about an XSLT 2.0 that could
>> be used in Eclipse - XSL processor available in Orbit don't seem to
>> supprt XSL2. (Correct me if I am wrong)
>
> You are correct. It does have Xalan, which does support EXSLT, however
> Xalan has it's own implementation of the exslt:result-document. Which
> you could use.
>
>
>>
>> Then I wonder if in the context of the XSLT project you would have
>> more information on this topic, such as CQ approved or pending for a
>> XSLT2 proc that we could reuse for such transformation.
>
> Unfortunately we have tried to get SAXON officially approved, but have
> always run into IP concerns. We do have an XPath 2.0 processor under
> development in the XSL Tools incubator project. Your best bet for XSLT
> 2.0 is to download Saxon from Saxonica, and add it as a normal JAR
> dependency. You can then either invoke your transformations directly or
> use Jaxp to invoke the transformation.
>
> Dave
|
|
|
Powered by
FUDForum. Page generated in 0.09529 seconds