summaryrefslogtreecommitdiff
path: root/doc/html_chunk.xsl
blob: a2bb88f9faf4f16009831f3c628c422467fbd0f3 (plain)
1
2
3
4
5
6
7
8
9
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<xsl:import href="docbook_chunk.xsl"/>
<xsl:param name="use.id.as.filename" select="1"/>

</xsl:stylesheet>