summaryrefslogtreecommitdiffstats
path: root/manual/html.xsl.in
blob: e96f0583fbbeeddb15314ec4608993cc82d0ac5f (plain) (blame)
1
2
3
4
5
6
7
8
<?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:import href="@DOCBOOK_XHTML@"/>
 <xsl:import href="common.xsl"/>
 <xsl:param name="html.stylesheet">stylesheet.css</xsl:param>
</xsl:stylesheet>