[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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@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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|