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: How to create active hyperlinks from xml file


> 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

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