xsl-list
[Top] [All Lists]

[xsl] Adding a clickable URL to XSL

2009-11-06 09:27:50
How do I make just the URL element below appear as a clickable link? The ... 
represents omitted HTML formatting.

Thanks,
XML newbie

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

<xsl:stylesheet version="1.0">
<xsl:template match="/">
<html>
<body>
<table>...

<xsl:for-each select="s:ResultSet/s:Result">
    <tr>
        <td><xsl:value-of select="s:Title"/></td>
        <td><xsl:value-of select="s:Summary"/></td>
        <td><xsl:value-of select="s:Url"/></td>
    </tr>
</xsl:for-each>

...</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>



      

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