Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » [XSLTools] XSLT 2.0 processor in Eclipse?
[XSLTools] XSLT 2.0 processor in Eclipse? [message #227961] Tue, 17 February 2009 15:15 Go to next message
Eclipse UserFriend
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 #227969 is a reply to message #227961] Tue, 17 February 2009 18:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

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
Re: [XSLTools] XSLT 2.0 processor in Eclipse? [message #227993 is a reply to message #227969] Wed, 18 February 2009 09:10 Go to previous message
Eclipse UserFriend
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
Previous Topic:Console enhancements
Next Topic:Axis web services versus "non-axis"
Goto Forum:
  


Current Time: Thu Apr 25 20:55:20 GMT 2024

Powered by FUDForum. Page generated in 0.12394 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top