[xsl] How to pass on xml information to javascript in XSL

Subject: [xsl] How to pass on xml information to javascript in XSL
From: "aSad Khan" <asadikhan@xxxxxxxxxxx>
Date: Thu, 17 Oct 2002 16:47:20 -0400
Hi!

I know this is how you extract XML information in XSLT:

...
Name: <xsl:value-of select="name"/><br/>
...

Now I have something like this:

<form>
<input type="button" value="Add To Cart" onClick="addcart('name',7,10)"/>
</form>


But this send the literal string name to the function. How do I send the value of name instead? I can't find the syntax anywhere. Please help. Thanks.

_________________________________________________________________
Unlimited Internet access -- and 2 months free!  Try MSN. http://resourcecenter.msn.com/access/plans/2monthsfree.asp



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



Current Thread