[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Use same xml file with different XSL stylesheets


Subject: Re: [xsl] Use same xml file with different XSL stylesheets
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Mar 2007 17:42:02 +0100

> The file is loaded, but its contents are never used.

presumably because you don't apply templates to the nodes that are
loaded, but without seeing your code hard to guess.

<xsl:apply-templates select="document(@filename)/*"/>

or something may be what you are looking for

David


Current Thread