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]

Re: saxon:output to named template


Hi Rudolf,

> In Michaels fantastic XSLT Programmers Reference on page 652 there is the
> following note about <saxon:output>: As an alternative to sending the output
> to a file, it can also be directed to be processed by another named
> stylesheet.
> 
> I could not find an example. Could somebody please explaine me, how the
> above mentioned works?

Did you read the Saxon documentation, particularly chapter 
"Saxon extensions - saxon:output" ?
http://users.iclway.co.uk/mhkay/saxon/extensions.html#saxon:output

I suppose 

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

is what you're looking for.

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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]