|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to access Javascript variables in XSL
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








