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: Query re variable use



> 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

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