1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

fixed a few comments regenerated the docs and added the C14N API fixups

* c14n.c: fixed a few comments
* doc/*.html doc/*/*.html: regenerated the docs and added
  the C14N API
* doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
Daniel
This commit is contained in:
Daniel Veillard
2002-03-09 14:13:11 +00:00
parent a6d2e9ec00
commit db1bdbaeab
40 changed files with 2069 additions and 1473 deletions

View File

@ -39,7 +39,7 @@
</p>
</xsl:template>
<xsl:template match="file" mode="reflist">
<h2>Module <xsl:value-of select="@name"/>:</h2>
<h2><a name="{@name}">Module <xsl:value-of select="@name"/></a>:</h2>
<p>
<xsl:for-each select="ref">
<xsl:apply-templates mode="anchor" select="."/>