RE: asp & xsl

Subject: RE: asp & xsl
From: "Steven Livingstone" <s.livingstone@xxxxxxxxxxxxxx>
Date: Thu, 27 Jul 2000 10:43:30 +0100
in your asp

Set template=createObject("MSXML2.XSLTemplate")
Set template.stylesheet=addRecordFilter
Set processor=template.createProcessor
processor.input=stubDoc
processor.AddParameter "sousmenu",Request.QueryString("sousmenu")

and have <xsl:param name="sousmenu"/> in your XSL doc.

Have a look at the May parser SDK for more info.

steven

Author and Reviewer,
Professional XML, ASP XML, Beginners XML,
Pro Site Server, Pro Site Server Commerce
Wrox Press, http://www.wrox.com
 
Steven Livingstone
Glasgow, Scotland.
07771 957 280 or +447771957280
mailto:ceo@xxxxxxxxxxxx 

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of SAUREL Eric
Sent: 27 July 2000 10:32
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: asp & xsl


i have an asp document
for example : default.asp?menu=accueil&sousmenu=choix3
how can i do to get the value of menu in my xsl document ?
menu can take several value but i have just one xsl document
and in this i have something like :

<A><xsl:attribute name="HREF">default.asp?menu= . . .

thank you for your help


			Eric.


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


 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
      • Steven Livingstone - Thu, 27 Jul 2000 10:43:30 +0100 <=
      • <Possible follow-ups>
      • Ben Robb - Thu, 27 Jul 2000 10:46:26 +0100
      • Kvan - Thu, 27 Jul 2000 12:48:32 +0200