summaryrefslogtreecommitdiff
path: root/doc/wiki.xsl
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2010-11-05 08:17:59 +0100
committerMike Hommey <glandium@debian.org>2010-11-05 08:17:59 +0100
commit2d1849b271fa8697b88d07ba7d78dc83591e1363 (patch)
treeea10e1d707176e335e17cce9ae634cedfe0d5135 /doc/wiki.xsl
parenteb5d521a2df72fa829a7f8196b957c696e7ccc58 (diff)
downloadlibxml2-2d1849b271fa8697b88d07ba7d78dc83591e1363.tar.gz
Import upstream version 2.7.8upstream/2.7.8.dfsg
Diffstat (limited to 'doc/wiki.xsl')
-rw-r--r--doc/wiki.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/wiki.xsl b/doc/wiki.xsl
index 8f707bb..c072d20 100644
--- a/doc/wiki.xsl
+++ b/doc/wiki.xsl
@@ -13,7 +13,7 @@
exclude-result-prefixes="exsl str">
<!-- Generate XHTML-1.0 transitional -->
- <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
+ <xsl:output method="xml" encoding="UTF-8" indent="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
@@ -491,7 +491,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<xsl:template match="file">
<xsl:variable name="name" select="@name"/>
<xsl:variable name="title">Module <xsl:value-of select="$name"/> from <xsl:value-of select="/api/@name"/></xsl:variable>
- <xsl:document href="{$htmldir}/libxml-{$name}.html" method="xml" encoding="ISO-8859-1"
+ <xsl:document href="{$htmldir}/libxml-{$name}.html" method="xml" encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<xsl:call-template name="style"/>
@@ -564,7 +564,7 @@ A:link, A:visited, A:active { text-decoration: underline }
<xsl:template name="mainpage">
<xsl:param name="file" select="concat($htmldir, '/libxml-index.html')"/>
<xsl:variable name="title">Reference Manual for <xsl:value-of select="/api/@name"/></xsl:variable>
- <xsl:document href="{$file}" method="xml" encoding="ISO-8859-1"
+ <xsl:document href="{$file}" method="xml" encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<xsl:call-template name="style"/>