mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-04 18:36:21 +00:00
<bill> I think the ChangeLog.html should include timezone (or else normalize to GMT if you're short of work to do)
<DV> well the timezone is in the XML it's trivial to add it <bill> :-) Daniel
This commit is contained in:
parent
d233e39578
commit
e19644ecb1
@ -13,10 +13,6 @@
|
||||
|
||||
<xsl:param name="module">libxml2</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">
|
||||
@ -42,12 +38,19 @@
|
||||
<li><a href="{$href_base}guidelines.html">XML Guidelines</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>
|
||||
|
Loading…
Reference in New Issue
Block a user