]> git.sesse.net Git - vlc/blob - doc/developer/videolan-doc.xsl
4b05a5ae13d832cb862a2abe804a926d7911bb74
[vlc] / doc / developer / videolan-doc.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0' xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default">
2
3 <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/docbook.xsl"/>
4
5 <xsl:param name="html.stylesheet" select="'../screen.css'"/>
6 <xsl:param name="toc.section.depth" select="1"/>
7 <xsl:param name="generate.toc" select="'book toc chapter nop'"/>
8
9 <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"/>
10
11 </xsl:stylesheet>
12