Re: [xsl] Parameters

Subject: Re: [xsl] Parameters
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 14 Feb 2003 16:42:06 -0700 (MST)
Marco Zennaro wrote:
> I am using XML/XSL on my web page. I am just relying on Explorer 
> capabilities (no Java applet, XML parser or whatever).
> Now, I want to pass a parameter to the XSL page

If you are only relying on the xml-stylesheet processing instruction,
you are out of luck.

If you are using HTML that is invoking MSXML via script (JavaScript or
whatever), then you should investigate the use of the addParameter() method, 
which is documented in the MSXML SDK as well as on the msdn.microsoft.com 
site. (in other words, read the ...manual ;)

You should probably ask further MSXML-specific questions on the appropriate
microsoft.xml.* newsgroup...

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

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


Current Thread