This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Passing cookies into an xsl:variable ?????


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]