xsl-list
[Top] [All Lists]

Re: apply templates on a variable

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



<Prev in Thread] Current Thread [Next in Thread>