Subject: Re: Query re variable use
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Mon, 26 Jun 2000 14:36:26 +0100
|
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
|