]> git.sesse.net Git - vlc/blob - doc/developer/videolan-doc-chunk.xsl
7e617db44d134bda3619edf7c0865760818502ee
[vlc] / doc / developer / videolan-doc-chunk.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/chunk.xsl"/>
4
5 <xsl:variable name="toc.section.depth">1</xsl:variable>
6 <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
7 <xsl:param name="chunk.section.depth" select="0"/>
8 <xsl:param name="html.stylesheet" select="'../screen.css'"/>
9
10
11 </xsl:stylesheet>
12