Subject: RE: Passing cookies into an xsl:variable ?????
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Tue, 15 Aug 2000 17:28:19 +0100
|
Most processors have a way of specifying the value of parameters at runtime.
Since you are using ASP to do your transform on the fly, I'll guess that you
are using MSXML. If you are using any release pre-May, then this will not
work. For post-May releases, you can use the addParameter method of the
XSLTemplate object to specify the value of your XSL parameter from the ASP.
Ben
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|