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

Subject: RE: [xsl] <xsl:value-of> in javascript
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 2 Aug 2001 11:05:38 +0100
XML doesn't allow elements to appear within attributes. Use the {}
construction (attribute value templates) instead.

Mike Kay
Software AG

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Tanzila
> Mohammad
> 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