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: <xsl:value-of> in javascript


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Tanzila
> Mohammad
> Sent: 02 August 2001 10:18
> To: xsl-list@lists.mulberrytech.com
> 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


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