merged 1.1 branch into head
[mir.git] / doc / style / html.xsl
diff --git a/doc/style/html.xsl b/doc/style/html.xsl
new file mode 100755 (executable)
index 0000000..76547f4
--- /dev/null
@@ -0,0 +1,7 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
+    <xsl:import href="docbook-xsl-1.70.1/html/docbook.xsl"/>
+    <xsl:param name="html.stylesheet">mirdoc.css</xsl:param>
+    <xsl:param name="navig.showtitles">1</xsl:param>
+    <xsl:param name="section.autolabel" select="1"/>
+    <xsl:param name="section.label.includes.component.label" select="1"/>
+</xsl:stylesheet>