]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - data/html.xsl
Split colophon paragraph after checking with the original book.
[text-free-culture-lessig.git] / data / html.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4 <xsl:import
5 href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
6 <xsl:param name="chunk.section.depth">0</xsl:param>
7 <xsl:param name="section.autolabel">1</xsl:param>
8 <xsl:param name="section.label.includes.component.label">1</xsl:param>
9 <xsl:param name="use.id.as.filename">1</xsl:param>
10 <!-- Restore previous default value with openjade -->
11 <xsl:param name="autotoc.label.in.hyperlink" select="0"></xsl:param>
12 <xsl:param name="toc.section.depth">3</xsl:param>
13 </xsl:stylesheet>