1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-27 16:21:14 +03:00

Same fix as for libxml2, Daniel

This commit is contained in:
Daniel Veillard
2004-05-16 05:09:20 +00:00
parent ae58121513
commit 186dece558

View File

@@ -35,8 +35,13 @@
</ul>
</xsl:variable>
<xsl:template match="bug">
<a href="http://bugzilla.gnome.org/show_bug.cgi?id={@number}">
<xsl:value-of select="@number"/></a>
</xsl:template>
<xsl:template match="item">
<li><xsl:value-of select="."/></li>
<li><xsl:apply-templates/></li>
</xsl:template>
<xsl:template match="entry">