RE: [xsl] <xsl:value-of> in javascript

Subject: RE: [xsl] <xsl:value-of> in javascript
From: "Seaborne, Mark" <Mark_Seaborne@xxxxxxxxxxxx>
Date: Thu, 2 Aug 2001 12:01:22 +0200
You are putting a value into an attribute, so use attribute value templates
instead of xsl:value-of. Attribute value templates go inside curly braces
{}. I should look at Mike Kay's book for further info.

I think something like: 

onClick="callCart('fifthhtml={$fifthhtml}','itemID={itemID}')"


should do the trick

All the best

Mark Seaborne


-----Original Message-----
From: Tanzila Mohammad [mailto:tmohammad@xxxxxxxxxxxxxxxxxxxx]
Sent: 02 August 2001 10:18
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] <xsl:value-of> in javascript


Hello all,

I am trying to get the value of a number of parameters, as shown below:

onClick="callCart('fifthhtml=<xsl:value-of
select="$fifthhtml"/>','itemID=<xsl:value-of select="itemID"/>')

However, this format of <xsl:value-of ..> is not being accepted and there is
an error.

- Any suggestions. Thanks.

Tanz



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

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


Current Thread