|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Setting template parameter values
Hello
My HTML page looks somewhat like:-
<HTML>
<TITLE>sample</TITLE>
<BODY>
<SCRIPT language = "javascript">
var srcTree = new ActiveXObject("Microsoft.XMLDOM");
srcTree.async=false;
srcTree.load("hello.xml");
var xsltTree= new ActiveXObject("Microsoft.XMLDOM");
xsltTree.async = false;
xsltTree.load("hello.xsl");
document.write(srcTree.transformNode(xsltTree));
</SCRIPT>
</BODY>
</HTML>
I want to set a parameter(say username) and call the hello.xsl template with this parameter. How do i do that?
Thanks
-Madhavaraju
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








