summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/mallard/html/mal2html.xsl')
-rw-r--r--xslt/mallard/html/mal2html.xsl16
1 files changed, 13 insertions, 3 deletions
diff --git a/xslt/mallard/html/mal2html.xsl b/xslt/mallard/html/mal2html.xsl
index 9b62be9..21e46d0 100644
--- a/xslt/mallard/html/mal2html.xsl
+++ b/xslt/mallard/html/mal2html.xsl
@@ -18,9 +18,21 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:mal="http://www.gnome.org/~shaunm/mallard"
- xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ exclude-result-prefixes="mal"
version="1.0">
+<xsl:output method="html"
+ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
+ doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
+<xsl:namespace-alias stylesheet-prefix="html" result-prefix="#default"/>
+
+<!--#@ mal2html.namespace -->
+<xsl:param name="mal2html.namespace" select="''"/>
+
+<xsl:param name="mal.extension" select="'.html'"/>
+
+
<!--!!==========================================================================
Mallard to HTML
@@ -40,8 +52,6 @@ REMARK: Describe this module
<xsl:include href="theme.xsl"/>
<xsl:include href="util.xsl"/>
-<xsl:param name="mal.extension" select="'.xhtml'"/>
-
<!-- FIXME -->
<xsl:template match="*">
<xsl:message>