Re: apply templates on a variable2003-06-30 15:14:07
not this:
<xsl:copy-of select="$testfile" />
<!-- where now these would apply -->
<xsl:apply-templates />
This
<xsl:apply-templates select="$testfile" />
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||