diff options
author | Mike Hommey <glandium@debian.org> | 2010-11-05 08:17:59 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2010-11-05 08:17:59 +0100 |
commit | 2d1849b271fa8697b88d07ba7d78dc83591e1363 (patch) | |
tree | ea10e1d707176e335e17cce9ae634cedfe0d5135 /doc/wiki.xsl | |
parent | eb5d521a2df72fa829a7f8196b957c696e7ccc58 (diff) | |
download | libxml2-2d1849b271fa8697b88d07ba7d78dc83591e1363.tar.gz |
Import upstream version 2.7.8upstream/2.7.8.dfsg
Diffstat (limited to 'doc/wiki.xsl')
-rw-r--r-- | doc/wiki.xsl | 6 |
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"/> |