mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
30 lines
566 B
XML
30 lines
566 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version='1.0'>
|
|
|
|
<xsl:import href="../docbook/xsl/html/docbook.xsl"/>
|
|
<xsl:import href="htmlcommon.xsl"/>
|
|
|
|
<xsl:output indent="yes" doctype-public="-//W3C//DTD HTML 4.01//EN" doctype-system="http://www.w3.org/TR/html4/strict.dtd"/>
|
|
|
|
<xsl:param name="generate.toc">
|
|
appendix
|
|
article toc
|
|
book
|
|
chapter
|
|
part
|
|
preface
|
|
qandadiv
|
|
qandaset
|
|
reference
|
|
sect1
|
|
sect2
|
|
sect3
|
|
sect4
|
|
sect5
|
|
section
|
|
set
|
|
</xsl:param>
|
|
|
|
</xsl:stylesheet>
|