Re: [xsl] output to two files with hyperlinks

Subject: Re: [xsl] output to two files with hyperlinks
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Wed, 25 May 2005 16:43:08 +0000
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/


Current Thread