[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Query re variable use
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 26 Jun 2000 14:28:12 +0100 (BST)
> I dimly grasp I need an <xsl:value-of select =
> $myindex/> somewhere,



    <a  href="namelist.xml?key='{$myindex}'"><xsl:value-of select
      ="."/></a>

or simpler, don't bother with the variable at all:

    <a  href="namelist.xml?key='{@index}'"><xsl:value-of select
      ="."/></a>

David


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


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member