summaryrefslogtreecommitdiff
path: root/doc/spec/config.xsl
blob: 32dafcf6d3154d568d20d560d407b27692dd0e35 (plain)
1
2
3
4
5
6
7
<?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:output method="html" encoding="UTF-8" indent="no"/>
</xsl:stylesheet>