RE: [xsl] setting params

Subject: RE: [xsl] setting params
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Thu, 3 Jun 2004 11:10:27 +0300
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!

Current Thread