chiark / gitweb /
POT updated in order to fit with last changes
[developers-reference.git] / 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 </xsl:stylesheet>