Re: [xsl] Param with strings

Subject: Re: [xsl] Param with strings
From: Laurence O Garfield <lgarfiel@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Jul 2001 14:22:50 -0500 (CDT)
On Fri, 20 Jul 2001, Carlos Durand Silvestrin wrote:

> How can I pass string parameters, I'm trying:
>
> <xsl:with-param name="valor" select="''a'"/>

Try

<xsl:with-param name="valor">a</xsl:with-param>

--Larry Garfield


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


Current Thread