grim/purple-objects-docbook

made the todo an appendix

2009-04-30, Gary Kramlich
457f4ea1a35f
made the todo an appendix
moved it to later in the doc to make the appendicies together
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- import the chunked XSL stylesheet -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
<!-- change some parameters -->
<xsl:param name="chunker.ouput.indent" select="'yes'"/>
<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
<xsl:param name="html.ext" select="'.html'"/>
<xsl:param name="refentry.generate.name" select="0"/>
<xsl:param name="refentry.generate.title" select="1"/>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="id.warnings" select="1"/>
<xsl:param name="annotate.toc" select="1"/>
<xsl:param name="toc.max.depth" select="1"/>
<xsl:param name="generate.revhistory.link" select="1"/>
</xsl:stylesheet>