summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-05-15 20:07:38 -0400
committerShaun McCance <shaunm@gnome.org>2011-05-15 20:07:38 -0400
commita85067eb261c26af8ff2446751f43ae421ea5acf (patch)
tree69f5dd5f3004fbb1676c6d18c3185165b43901aa /xslt
parent842b163d40bc29b548abc704082f3dd803de43d1 (diff)
downloadyelp-tools-a85067eb261c26af8ff2446751f43ae421ea5acf.tar.gz
mal-epub.xsl: Set mal.if.env to 'epub html xhtml'
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mal-epub.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/mal-epub.xsl b/xslt/mal-epub.xsl
index 8af9863..265bcdd 100644
--- a/xslt/mal-epub.xsl
+++ b/xslt/mal-epub.xsl
@@ -4,6 +4,8 @@
exclude-result-prefixes="mal"
version="1.0">
+<xsl:param name="mal.if.env" select="'epub html xhtml'"/>
+
<xsl:template mode="html.header.mode" match="mal:page"/>
<xsl:template mode="html.footer.mode" match="mal:page"/>