]> andersk Git - udis86.git/blame - docs/manual/manual.xsl
new docbook/xml documentation, updated webpage
[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">
5 <xsl:import href="/opt/local/share/xsl/docbook-xsl/html/docbook.xsl"/>
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.043443 seconds and 5 git commands to generate.