Re: Query re variable use

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