xsl-list
[Top] [All Lists]

RE: setting params

2004-06-03 01:10:27
Hi,

where is the difference between:
<xsl:param name="paramname" select="'paramvalue'"/>

$paramname is bound to a node-set (of element nodes with the local name 
"paramvalue" and no namespace URI).

<xsl:param name="paramname">paramvalue</xsl:param>

$paramname is bound to a Result Tree Fragment (that contains a string node with 
the value "paramvalue").

Cheers,

Jarno - <http://utilikilts.com/>, go get yours today!


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