including file into xslt output...

2003-12-17 Thread James Cummings
During the XSLT transformation, is there a fairly straightforward way to include another file into my XSL? The transformation produces a complete HTML file, so I don't want to get into aggregation or anything that complex. Let's say my sitemap has: map:match pattern=foo/* map:generate

Re: including file into xslt output...

2003-12-17 Thread Tony Collen
James Cummings wrote: During the XSLT transformation, is there a fairly straightforward way to include another file into my XSL? The transformation produces a complete HTML file, so I don't want to get into aggregation or anything that complex. snip/ xsl:import and xsl:include are meant to be