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]

SV: linking transformations



Joeri Belis wrote:
>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.

<xsl:output method="xml" saxon:next-in-chain="step2.xsl"/>




 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]