xsl-list
[Top] [All Lists]

RE: [xsl] two transformations consecutively with OpenOffice

2006-05-18 00:43:22

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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--