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


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@deltabis.com 

-----Original Message-----
From: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of SAUREL Eric
Sent: 27 July 2000 10:32
To: 'xsl-list@mulberrytech.com'
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

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