homebase works same as bookmark / XML-wise

This commit is contained in:
mgalli%geckonnection.com 2006-02-15 23:25:08 +00:00
Родитель 4331a42fd2
Коммит 53aa91bb52
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -15,9 +15,9 @@ xmlns:rss="http://purl.org/rss/1.0/"
<xsl:template match="/"> <xsl:template match="/">
<vbox> <vbox>
<xsl:for-each select="/bm/homebase/li"> <xsl:for-each select="/bm/li">
<toolbarbutton > <toolbarbutton>
<xsl:attribute name="image" > <xsl:attribute name="image" >
<xsl:value-of select="@iconsrc"/> <xsl:value-of select="@iconsrc"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="oncommand">BrowserOpenURLasTab('<xsl:value-of select="."/>') <xsl:attribute name="oncommand">BrowserOpenURLasTab('<xsl:value-of select="."/>')