summaryrefslogtreecommitdiff
path: root/docs/config.xsl
blob: 7901debe380a59d55e6f400e89edc9eba2cff130 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version='1.0'?>
<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="html.stylesheet" select="'docbook.css'"/>
  <xsl:param name="use.id.as.filename" select="1"/>
  <xsl:param name="chunk.section.depth" select="0"/>
  <xsl:output method="html" encoding="UTF-8" indent="no"/>
</xsl:stylesheet>