xsl-list
[Top] [All Lists]

Re: value-of and param

2004-09-24 14:25:20
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



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