You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Philipp Rech <ph...@gmx.de> on 2004/10/29 14:10:47 UTC

XSLT & XPath Version in Cocoon 2.1.5.1

Hello,

what XSLT and XPath Version can I use 
with my Cocoon (Version 2.1.5.1)? 
Can I use XSLT and XPath 2.0 already?
Thank you!

phil 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: XSLT & XPath Version in Cocoon 2.1.5.1

Posted by Philipp Rech <ph...@gmx.de>.
thank you! so per default i am using the xAlan engine right? And i would
have to change the "root" sitmap to set Saxon 8 as default, right? 
-phil

<map:transformers default="xslt">

    <!-- NOTE: This is the default XSLT processor. -->
    <map:transformer logger="sitemap.transformer.xslt" name="xslt"
pool-grow="2" pool-max="32" pool-min="8"
src="org.apache.cocoon.transformation.TraxTransformer">
      <use-request-parameters>false</use-request-parameters>
      <use-session-parameters>false</use-session-parameters>
      <use-cookie-parameters>false</use-cookie-parameters>
      <xslt-processor-role>xalan</xslt-processor-role>
      <check-includes>true</check-includes>
    </map:transformer>




> >>>>> "Philipp" == Philipp Rech <ph...@gmx.de> writes:
> 
>     Philipp> Hello, what XSLT and XPath Version can I use with my
>     Philipp> Cocoon (Version 2.1.5.1)?  Can I use XSLT and XPath 2.0
>     Philipp> already?  Thank you!
> 
> Yes. Saxon 8 works.
> -- 
> Colin Paul Adams
> Preston Lancashire
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: XSLT & XPath Version in Cocoon 2.1.5.1

Posted by Bertrand Delacretaz <bd...@apache.org>.
> ...Yes. Saxon 8 works.

and http://wiki.apache.org/cocoon/Saxon explains how to set it up.

-Bertrand

Re: XSLT & XPath Version in Cocoon 2.1.5.1

Posted by Colin Paul Adams <co...@colina.demon.co.uk>.
>>>>> "Philipp" == Philipp Rech <ph...@gmx.de> writes:

    Philipp> Hello, what XSLT and XPath Version can I use with my
    Philipp> Cocoon (Version 2.1.5.1)?  Can I use XSLT and XPath 2.0
    Philipp> already?  Thank you!

Yes. Saxon 8 works.
-- 
Colin Paul Adams
Preston Lancashire

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: XSLT & XPath Version in Cocoon 2.1.5.1

Posted by Joerg Heinicke <jo...@gmx.de>.
On 29.10.2004 14:10, Philipp Rech wrote:

> Hello,
> 
> what XSLT and XPath Version can I use 
> with my Cocoon (Version 2.1.5.1)? 
> Can I use XSLT and XPath 2.0 already?

It depends on your XML libraries. Cocoon comes with most recent releases 
of Xalan and Xerces. Xalan release does not provide XSLT/XPath 2.0 
support. AFAIK there is a Xalan branch for XSLT 2.0. Alternatively you 
can try Saxon with XSLT 2.0 support.

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org