polish to bookmark.

This commit is contained in:
mgalli%geckonnection.com 2006-02-16 00:36:44 +00:00
parent eb31b955a4
commit 6bdcad57d7

View File

@ -13,27 +13,27 @@ xmlns:rss="http://purl.org/rss/1.0/"
<xsl:template match="/"> <xsl:template match="/">
<div> <table width="100%">
<xsl:for-each select="/bm/li"> <xsl:for-each select="/bm/li">
<tr><td class="item" width="1%" valign="middle" align="center">
<img>
<div class='item'>
<img align="middle" style="margin:2px">
<xsl:attribute name="src" > <xsl:attribute name="src" >
<xsl:value-of select="@iconsrc"/> <xsl:value-of select="@iconsrc"/>
</xsl:attribute> </xsl:attribute>
</img> </img>
<a> </td><td class="item">
<a >
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:value-of select="."/> <xsl:value-of select="."/>
</xsl:attribute> </xsl:attribute>
<xsl:value-of select="@title"/> <xsl:value-of select="@title"/>
</a> </a>
</div> </td>
</tr>
</xsl:for-each> </xsl:for-each>
</div> </table>
</xsl:template> </xsl:template>