xsl-list
[Top] [All Lists]

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

2007-03-28 09:42:21

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


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