[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: asp & xsl

Subject: RE: asp & xsl
From: Kvan <Kvan@xxxxxxxxxx>
Date: Thu, 27 Jul 2000 12:48:32 +0200
xsl asp menu
It's not clear to me what you want to do. Are you asking how to have an
XSL stylesheet access URL parameters? If so, the only way is via ASP:
Have the ASP ouput some XML containing the data, and then let the client
transform this with your stylesheet (using XML data islands):

ASP-page:

<xml>
  <menu><%= request("menu")%></menu>
</xml>

Then your XSL stylesheet can use something like:

<xsl:template match="menu">
  <A>
    <xsl:attribute name="HREF">
      default.asp?menu=<xsl:value-of />
    </xsl:attribute>
</xsl:template>

- Kvan. 

-------Casper Kvan Clausen------ | 'Many people would rather
--------<kvan@xxxxxxxxxx>------- |  die than think;
                                 |  in fact, most do.'
                                 |          - Bertrand Russell. 


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.