Re: [xsl] Parameters with Xalan 1.2 or 2.0

Subject: Re: [xsl] Parameters with Xalan 1.2 or 2.0
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 30 Jan 2001 17:34:26 GMT
>  xsl:value-of select="{$param1}" / 

No XSLT attribute that takes an xpath expression uses the {} syntax.
That is for attribute value templates.

the syntax is  xsl:value-of select="$param1"  which you said you'd tried
and it worked, so what was the problem?

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread