summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xsl/common.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index f1c4e6d..30eb522 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -16,7 +16,7 @@
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
<xsl:variable name="suffix" select="'.xhtml'" />
- <xsl:output method="xml" indent="yes" name="html"
+ <xsl:output method="xml" indent="yes"
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
doctype-public="-//W3C//DTD XHTML 1.1//EN"
cdata-section-elements="script style"
@@ -25,7 +25,7 @@
/>
<xsl:template match="html:*" mode="html">
- <xsl:copy copy-namespaces="no">
+ <xsl:copy>
<!--<xsl:element name="{local-name()}">-->
<xsl:copy-of select="@*"/>
<xsl:apply-templates mode="html"/>