This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: param - default settings


Goetz Bock wrote:


>>  <xsl:param name="abs" select="1" />
>>
> This would select the value of the <1> node in the current context,
> there is no such node and the nodename is invalid anyway

I don't think so, 1 belongs to number type, not to node-set, so the 
param will contain just 1 as number.

> 
> but
> 
> <xsl:param name="abs" select="'1'"/>

And this one will contain 1 as string.

> 
> or 
> 
> <xsl:param name="abs">1</xsl:param>

And this one as RTF with the only text node that in turn contain 1 as 
string value.

-- 
Oleg Tkachenko
Multiconn International, Israel


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]