]> andersk Git - udis86.git/blame - docs/manual/manual.xsl
Use the public http URI to docbook.xsl.
[udis86.git] / docs / manual / manual.xsl
CommitLineData
7d488e4d 1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:fo="http://www.w3.org/1999/XSL/Format"
4 version="1.0">
a8330e04 5 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
7d488e4d 6 <xsl:param name="html.stylesheet" select="'manual.css'"/>
7 <xsl:param name="toc.section.depth">3</xsl:param>
8 <xsl:param name="generate.section.toc.level" select="0"></xsl:param>
9 <xsl:param name="section.autolabel" select="1"></xsl:param>
10 <xsl:param name="section.autolabel.max.depth" select="3"></xsl:param>
11 <xsl:param name="section.label.includes.component.label" select="1"></xsl:param>
12 <xsl:param name="table.cell.border.thickness">0</xsl:param>
13</xsl:stylesheet>
14
15
This page took 0.435722 seconds and 5 git commands to generate.