XSLT updates, processing favicon and title.

git-svn-id: svn://10.0.0.236/trunk@187607 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com
2006-01-13 23:09:28 +00:00
parent 16b0187d3d
commit adf68db37a

View File

@@ -19,13 +19,18 @@ xmlns:rss="http://purl.org/rss/1.0/"
<div class='item'>
<img align="middle" style="margin:2px">
<xsl:attribute name="src" >
<xsl:value-of select="@iconsrc"/>
</xsl:attribute>
</img>
<a>
<xsl:attribute name="href">
<xsl:value-of select="."/>
</xsl:attribute>
<xsl:value-of select="."/>
<xsl:value-of select="@title"/>
</a>
</div>
</div>
</xsl:for-each>
</div>