summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-05-16 03:39:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-05-16 03:39:02 +0000
commitae5812151358272f2894ca22d8ee030741f3e5a2 (patch)
tree4c169c29bdd0ff556f24fc43eaa0f8288bda5d79 /doc
parent110bc4bd197fac6f50531d94198064e838e28e1a (diff)
downloadlibxslt-ae5812151358272f2894ca22d8ee030741f3e5a2.tar.gz
libxslt-ae5812151358272f2894ca22d8ee030741f3e5a2.tar.bz2
libxslt-ae5812151358272f2894ca22d8ee030741f3e5a2.zip
Same fixe with timezone, Daniel
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog.xsl11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/ChangeLog.xsl b/doc/ChangeLog.xsl
index 31159b0f..ae80f137 100644
--- a/doc/ChangeLog.xsl
+++ b/doc/ChangeLog.xsl
@@ -13,10 +13,6 @@
<xsl:param name="module">libxslt</xsl:param>
- <xsl:template match="item">
- <li><xsl:value-of select="."/></li>
- </xsl:template>
-
<!-- The table of content for the HTML page -->
<xsl:variable name="menu_name">API Menu</xsl:variable>
<xsl:variable name="develtoc">
@@ -38,12 +34,19 @@
href="index.html">API Menu</a></li>
</ul>
</xsl:variable>
+
+ <xsl:template match="item">
+ <li><xsl:value-of select="."/></li>
+ </xsl:template>
+
<xsl:template match="entry">
<p>
<b><xsl:value-of select="@who"/></b>
<xsl:text> </xsl:text>
<xsl:value-of select="@date"/>
+ <xsl:text> </xsl:text>
+ <xsl:value-of select="@timezone"/>
<ul>
<xsl:apply-templates select="item"/>
</ul>