xsl-list
[Top] [All Lists]

Re: [xsl] two transformations consecutively with OpenOffice

2006-05-16 06:00:32

Manos

All you have to do is make sure no templates in the two XSL files match 
both XML and XHTML nodes, If that is the case you can simply merge
them. 

No that won't work to chain transformations.

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

(I wasn't aware the you could use saxon8 to process filters in OO.org)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--