This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: linking transformations


As it happens, Saxon does have a mechanism for this:

<xsl:output saxon:next-in-chain="stylesheet2.xsl"/>

See the extensions.html file for details.

But you probably ought to be controlling the transformations using your
own Java controlling routine, via the JAXP 1.1 API. In that case you can
achieve stylesheet chaining in a completely portable way.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Joeri Belis
> Sent: 10 May 2002 13:15
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] linking transformations
> 
> 
> Hi,
> 
> I have a main XML document that needs to throught several 
> xslt transformations. I want to start these from my program. 
> This program is a unix script that will call saxon. Is there 
> a way to specify in the first xlst file that the result needs 
> to be parsed again with a second stylesheet ( and so on ).
> 
> It is crucial i only have one call to the saxon parser.
> 
> Joeri.
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]