|
Subject: Re: [xsl] param - default settings From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx> Date: Tue, 30 Oct 2001 13:16:03 +0200 |
<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
but
<xsl:param name="abs" select="'1'"/>
or
<xsl:param name="abs">1</xsl:param>
-- Oleg Tkachenko Multiconn International, Israel
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] param - default settings, Goetz Bock | Thread | Re: [xsl] param - default settings, Goetz Bock |
| Re: [xsl] Sorting and grouping, ronald heller | Date | Re: [xsl] param - default settings, Oleg Tkachenko |
| Month |