[svn] r2042@freebird: fabien | 2005-12-30 12:34:26 -0500
Correction of link to magentadef and cyandef in the gdscolors section.
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default"
version='1.0'>
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl"/>
<xsl:import href="common.xsl"/>
<xsl:param name="make.valid.html" select="1"/>
<xsl:param name="html.stylesheet">aubes.css</xsl:param>
<xsl:template match="glossary">
<div class="{name(.)}">
<xsl:if test="$generate.id.attributes != 0">
<xsl:attribute name="id">
<xsl:call-template name="object.id"/>
</xsl:attribute>
</xsl:if>
<xsl:call-template name="glossary.titlepage"/>
<xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/>
<dl>
<xsl:apply-templates select="glossentry">
<xsl:sort select="glossterm"/>
</xsl:apply-templates>
</dl>
<xsl:if test="not(parent::article)">
<xsl:call-template name="process.footnotes"/>
</xsl:if>
</div>
</xsl:template>
</xsl:stylesheet>