xsl-list
[Top] [All Lists]

Re: [xsl] Adding a clickable URL to XSL

2009-11-06 09:30:30
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>