| <?xml version="1.0"?> <!-- -*- sgml -*- --> |
| xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
| <!-- we like '1.2 Title' --> |
| <xsl:param name="section.autolabel" select="'1'"/> |
| <xsl:param name="section.label.includes.component.label" select="'1'"/> |
| <!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' --> |
| <xsl:param name="local.l10n.xml" select="document('')"/> |
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> |
| <l:context name="title-numbered"> |
| <l:template name="chapter" text="%n. %t"/> |
| <!-- don't generate sub-tocs for qanda sets --> |
| <xsl:param name="generate.toc"> |
| book toc,title,figure,table,example,equation |