diff options
| -rw-r--r-- | documentation/mega-manual/mega-manual-customization.xsl | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/documentation/mega-manual/mega-manual-customization.xsl b/documentation/mega-manual/mega-manual-customization.xsl index 3be182d6c2..07c38b4b4b 100644 --- a/documentation/mega-manual/mega-manual-customization.xsl +++ b/documentation/mega-manual/mega-manual-customization.xsl | |||
| @@ -1,8 +1,21 @@ | |||
| 1 | <?xml version='1.0'?> | 1 | <?xml version='1.0'?> |
| 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> |
| 3 | 3 | ||
| 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | 4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> |
| 5 | 5 | ||
| 6 | <xsl:param name="generate.toc" select="'chapter toc'"></xsl:param> | 6 | <xsl:param name="generate.toc" select="'chapter toc'"></xsl:param> |
| 7 | |||
| 8 | <xsl:include href="../template/permalinks.xsl"/> | ||
| 9 | <xsl:include href="../template/section.title.xsl"/> | ||
| 10 | <xsl:include href="../template/component.title.xsl"/> | ||
| 11 | <xsl:include href="../template/division.title.xsl"/> | ||
| 12 | <xsl:include href="../template/formal.object.heading.xsl"/> | ||
| 13 | |||
| 14 | <xsl:param name="html.stylesheet" select="'ref-style.css'" /> | ||
| 15 | <xsl:param name="chapter.autolabel" select="1" /> | ||
| 16 | <xsl:param name="appendix.autolabel">A</xsl:param> | ||
| 17 | <xsl:param name="section.autolabel" select="1" /> | ||
| 18 | <xsl:param name="section.label.includes.component.label" select="1" /> | ||
| 19 | <xsl:param name="generate.id.attributes" select="1" /> | ||
| 7 | 20 | ||
| 8 | </xsl:stylesheet> | 21 | </xsl:stylesheet> |
