summaryrefslogtreecommitdiff
path: root/master.xsl
blob: 6c2297c15af0630ee10ee056e2c8bd5f67a7d3bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:fo="http://www.w3.org/1999/XSL/Format"
                version="1.0">
    <xsl:param name="use.id.as.filename" select="'1'"/>
    <xsl:param name="admon.graphics" select="'1'"/>
    <xsl:param name="admon.graphics.path"></xsl:param>
    <xsl:param name="chunk.section.depth" select="0"></xsl:param>
    <xsl:param name="html.stylesheet" select="'pretty.css'"/>
</xsl:stylesheet>