xsl-list
[Top] [All Lists]

Re: [xsl] Adding a clickable URL to XSL

2009-11-06 09:46:37
Ah, like an image. Thanks!



----- Original Message ----
From: Martin Honnen <Martin(_dot_)Honnen(_at_)gmx(_dot_)de>
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Sent: Fri, November 6, 2009 9:30:00 AM
Subject: Re: [xsl] 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/

--~------------------------------------------------------------------
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>
--~--


      

--~------------------------------------------------------------------
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>