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: asp & xsl


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

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