]> git.sesse.net Git - vlc/blobdiff - doc/developer/videolan-doc.xsl
Fix preferences for jack (avoid the double 'pace' text)
[vlc] / doc / developer / videolan-doc.xsl
index 9c0011024803a4bc8d4d8586bd7fd19dcd7a9d12..4b05a5ae13d832cb862a2abe804a926d7911bb74 100644 (file)
@@ -2,8 +2,11 @@
 
 <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/docbook.xsl"/>
 
-<xsl:param name="html.stylesheet" select="'screen.css'"/>
+<xsl:param name="html.stylesheet" select="'../screen.css'"/>
+<xsl:param name="toc.section.depth" select="1"/>
+<xsl:param name="generate.toc" select="'book toc chapter nop'"/>
 
+<xsl:output method="xml" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
 
 </xsl:stylesheet>