summaryrefslogtreecommitdiff
path: root/docs/common.xsl
blob: 84959814a8fcb8045b5128f2e30416cefea3c8f7 (plain)
1
2
3
4
5
6
7
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="use.id.as.filename" select="1"/>
</xsl:stylesheet>