Re: [xsl] Passing parameters to XSL

Subject: Re: [xsl] Passing parameters to XSL
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 19 Dec 2002 10:57:07 -0700 (MST)
AWK wrote:
> Is there any way to pass parameter values to an XSL stylesheet (from an
> xhtml file?) when using IE6 as the parser?  I know how to pass the value
> with xalan, but not IE.

If you invoke MSXML from scripting code embedded in your (X)HTML, then info
you need can be found in the MSXML SDK docs which you can get or peruse online 
at msdn.microsoft.com. Look for addParameter.

If you're trying to do it from an xml-stylesheet processing instruction,
you're out of luck; it wasn't designed for that.

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