RE: How to create active hyperlinks from xml file

Subject: RE: How to create active hyperlinks from xml file
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 17 Jul 2000 15:20:56 +0100
> In theory the following should work:
> <a href="{url}><xsl:value-of select="{url}"/></a>

Read:
<a href="{url}"><xsl:value-of select="url"/></a>

The select attribute is already an XPath expression, so it doesn't need (and
doesn't allow) the curly brackets.

Mike Kay


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


Current Thread