Subject: Re: Adding a clickable URL to XSL
From: Anonymous Anonymous <is668@xxxxxxxxx>
Date: Fri, 6 Nov 2009 06:46:06 -0800 (PST)
|
Ah, like an image. Thanks!
----- Original Message ----
From: Martin Honnen <Martin.Honnen@xxxxxx>
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Sent: Fri, November 6, 2009 9:30:00 AM
Subject: Re: Adding a clickable URL to XSL
Anonymous Anonymous wrote:
> How do I make just the URL element below appear as a clickable link? The ... represents omitted HTML formatting.
> <td><xsl:value-of select="s:Url"/></td>
<td>
<a href="{s:Url}">
<xsl:value-of select="s:Url"/>
</a>
</td>
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
|