XSLT updates, processing favicon and title.

This commit is contained in:
mgalli%geckonnection.com 2006-01-13 23:09:28 +00:00
Родитель 0cc4cc5673
Коммит c794cb50d1
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

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