<xsl:call-template name="process-chunk"/>
</xsl:template>
-<xsl:template match="book/appendix">
+<xsl:template match="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>