Re: [xsl] value-of and param

Subject: Re: [xsl] value-of and param
From: Oleg Tkachenko <oleg@xxxxxxxxxxxxx>
Date: Fri, 24 Sep 2004 23:25:20 +0200
Luke Ambrogio wrote:

i have a param tag with a text value, example
<xsl:param name="name" select="sdf"/>

This is not text value, this is XPath selection path for an element named sdf. String constants should be enclosed in quotes or apostrophes:


<xsl:param name="name" select="'sdf'"/>

--
Oleg Tkachenko
http://blog.tkachenko.com
Multiconn Technologies, Israel

Current Thread