RE: asp & xsl

Subject: RE: asp & xsl
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Thu, 27 Jul 2000 10:46:26 +0100
To be even more subtle,

Set template=createObject("MSXML2.XSLTemplate")
Set template.stylesheet=addRecordFilter
Set processor=template.createProcessor
processor.input=stubDoc

for each qs in Request.QueryString()
	processor.AddParameter qs,Request.QueryString(qs)
next

...

Providing you have put the appropriate <xsl:param> in your stylesheet, you
leave the ASP behind and do all of the real coding in your XSLT.


Ben


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


Current Thread
  • asp & xsl
    • SAUREL Eric - Thu, 27 Jul 2000 11:32:16 +0200
      • <Possible follow-ups>
      • Ben Robb - Thu, 27 Jul 2000 10:46:26 +0100 <=
      • Kvan - Thu, 27 Jul 2000 12:48:32 +0200