Files
dive-into-python3/chardet/docs/xsl/htmlsingle.xsl
T
Mark Pilgrim 831681489e initial import
2009-01-24 16:05:55 -05:00

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>