|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: asp & xsl, Steven Livingstone | Thread | RE: asp & xsl, Kvan |
| RE: asp & xsl, Steven Livingstone | Date | RE: ?XSL & XML inside one file, anatd |
| Month |