summaryrefslogtreecommitdiff
path: root/doc/manual/dcpomatic-html.xsl
blob: 144675d47503eb7032dc837a30855820381437da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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">

<!-- Our CSS -->
<xsl:param name="html.stylesheet" select="'dcpomatic.css'"/>

<!-- I can't fathom xmlto's logic with image scaling, so I've turned it off -->
<xsl:param name="ignore.image.scaling" select="1"/>

</xsl:stylesheet>