summaryrefslogtreecommitdiff
path: root/doc/manual/dvdomatic-html.xsl
blob: 059d7ead73b2fdc15d344ad0dba236ee3101aeec (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="'dvdomatic.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>