[xsl] GetParameter from XSL

Subject: [xsl] GetParameter from XSL
From: Claudio Russo <claudio_russo@xxxxxxxxx>
Date: Thu, 19 Jun 2003 12:02:00 -0700 (PDT)
I've tried the next javascript code while accessing
from an onClick in an XSLT stylesheet, but
unfortunately I get an error at the "var" definition
when trying to get a parameter value in the stylsheet.
Does anybody know why?

=======================================================
     xslProc_table = xslTemp_table.createProcessor();
     xslProc_table.input = xml_table;

     var sortVal = xslProc_table.getParameter(null,
"sortorder");
     alert(xslProc_table.stylesheet.xml);
     
     if (sortVal == "" || sortVal == "descending")
     	xslProc_table.addParameter("sortorder",
"ascending");
     else
     	xslProc_table.addParameter("sortorder",
"descending");
=======================================================


=====
Regards, Claudio.

IT Consultant.
Buenos Aires, Argentina.
e-mail: claudio_russo@xxxxxxxxx


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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


Current Thread