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




Michael Beddow wrote:
...
>     <a  href="namelist.xml?key='$myindex'">
...

I think this is a case for attribute value templates (AVTs - see
http://www.w3.org/TR/xslt#attribute-value-templates for explanation and
a similar example) - try 

     <a  href="namelist.xml?key='{$myindex}'">

(untested - sorry!)

Francis.
-- 
Francis Norton.

Defy convention? Deify Convention!


 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]