docbook-apps message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: Can't disable TOC in book
- From: Jeff Rancier <jbrancier@yahoo.com>
- To: "docbook-apps@lists.oasis-open.org" <docbook-apps@lists.oasis-open.org>
- Date: Fri, 15 Jul 2011 20:40:14 -0700 (PDT)
I have a simple book which contains nothing but a glossary, but I can't seem to disable the TOC. Here's the small XSL:
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<xsl:output method="html"/>
<xsl:param name="generate.toc">
/book nop
</xsl:param>
<xsl:include href="file:///c:/home/jbrancier/pkg/emacs-21.3/site-lisp/xae-1.0beta7/doctypes/docbook/styles/docbook/html/docbook.xsl"/>
</xsl:stylesheet>
Can anyone tell me what I'm missing? TIA (oh, and I did move the 'include' before the customization as well, with the same results)
Jeff
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]