Re: [xsl] apply templates on a variable

Subject: Re: [xsl] apply templates on a variable
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 30 Jun 2003 23:14:07 +0100

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


Current Thread