add another second
[debian-policy.git] / xsl / html-chunk.xsl
blobeb29f5d569bf81e23674d60650445d02cae39918
1 <?xml version="1.0" encoding="utf-8"?>
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
5 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
6 <xsl:include href="common.xsl"/>
8 <xsl:output method="html" encoding="UTF-8"/>
10 <xsl:param name="use.id.as.filename">1</xsl:param>
12 <xsl:param name="chunk.section.depth">0</xsl:param>
13 <xsl:param name="chunker.output.indent">yes</xsl:param>
14 <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
16 </xsl:stylesheet>