RE: [xsl] creating links to resource files listed in XML file

Subject: RE: [xsl] creating links to resource files listed in XML file
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 18 Jul 2002 10:11:30 +0100
> <a href='&lt;xsl:value-of select="$myVar"/&gt;'>

Another user searching for attribute value templates.

<a href="{$myVar}"/>

I don't know why so many people have difficulty finding this particular
syntax in the books and tutorials: could you tell us where you looked
before raising the question here?

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread