Re: [xsl] Adding a clickable URL to XSL

Subject: Re: [xsl] Adding a clickable URL to XSL
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 06 Nov 2009 15:30:00 +0100
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/

Current Thread