xsl-list
[Top] [All Lists]

Re: output to two files with hyperlinks

2005-05-25 09:43:08

One more query (which I aint sure is dependant on the environment one uses to execute xsl files). I want to call a template present in another xsl file in the same directory. How can I go about doing that?

Do I need to 'chain' the two files together using the 'saxon:next-in-chain' attribute or is it done some other way?

See xsl:import (and for completeness, xsl:include)

I believe the 'next-in-chain' construct is a processor-specific one that helps you build a pipeline of sorts, to successively apply different stylesheets to an input.

Regards,

--A

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


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