]> git.sesse.net Git - vlc/commitdiff
* use screen.css too for the single html version, and reduce the toc size.
authorAnil Daoud <anil@videolan.org>
Mon, 7 Jun 2004 23:15:16 +0000 (23:15 +0000)
committerAnil Daoud <anil@videolan.org>
Mon, 7 Jun 2004 23:15:16 +0000 (23:15 +0000)
doc/developer/videolan-doc.xsl

index 9c0011024803a4bc8d4d8586bd7fd19dcd7a9d12..0f9f716f201a44baaa65b2f022223a4f1867b508 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="iso-8859-15" 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>