<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- xmlns:exsl="http://exslt.org/common"
- xmlns:ng="http://docbook.org/docbook-ng"
- xmlns:db="http://docbook.org/ns/docbook"
- version="1.0"
- exclude-result-prefixes="doc exsl ng db">
+ version="1.0"
+ exclude-result-prefixes="doc">
<!-- ********************************************************************
$Id$
<xsl:call-template name="process-chunk"/>
</xsl:template>
-<xsl:template match="appendix">
+<xsl:template match="book/appendix">
<xsl:call-template name="process-chunk"/>
</xsl:template>
<xsl:call-template name="process-chunk"/>
</xsl:template>
+<xsl:template match="article/appendix">
+ <xsl:call-template name="process-chunk"/>
+</xsl:template>
+
<xsl:template match="article/glossary">
<xsl:call-template name="process-chunk"/>
</xsl:template>