summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl')
-rw-r--r--xsl/common.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index 30eb522..d3cc654 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -14,7 +14,7 @@
<xsl:variable name="filename" select="/s:html/@name" />
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
- <xsl:variable name="suffix" select="'.xhtml'" />
+ <xsl:param name="suffix" select="'.xml'" />
<xsl:output method="xml" indent="yes"
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"