XSLT updates, processing favicon and title.
This commit is contained in:
Родитель
0cc4cc5673
Коммит
c794cb50d1
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче