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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user