Subject: Re: How to access Javascript variables in XSL
From: Duane Nickull <webmaster@xxxxxxxxxxxxxxxxx>
Date: Wed, 28 Jul 1999 09:19:21 -0700
|
We have recently upgraded our XSL demonstrations on our new site at
http://www.xmlglobal.com/xmldemo.html
You will need MSIE 5.0
Duane Nickull
http://www.goxml.com
Manikandan wrote:
>
> Hi ,
> I need to access variables declared in Javascript to check for some
> conditions.My script is something like this..
>
> <SCRIPT>
> var OrderNo = "";
> var InvoiceNo = "";
>
> </SCRIPT>
>
> In XSL I need to use this variables like this..
>
> <xsl:template match="PurchaseOrder">
> <xsl:when test="(./PurchaseOrderNo)=OrderNo and
> (./InvoiceNumber)=InvoiceNo">
>
> Now this does not choose the javascript variable.I have tried with
> javascript:OrderNo.
>
> Can anybody suggest me a way of doing this.
>
> Thanks,
> Mani
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|