[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] two transformations consecutively with OpenOffice


Subject: RE: [xsl] two transformations consecutively with OpenOffice
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 18 May 2006 08:43:08 +0100

> Since the requirement was to use XSLT2 I assume that the 
> original poster is using Saxon8, in which case he can use the 
> saxon:next-in-chain attribute on xsl:outout, see 
> http://www.saxonica.com/documentation/extensions/output-extras
> /next-in-chain.html
> 

Another way of chaining transformations in Saxon, which may be more
flexible, is to use the saxon:transform() extension function.

http://www.saxonica.com/documentation/extensions/functions/transform.html

Michael Kay
http://www.saxonica.com/


Current Thread