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 with strings


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


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