aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2010-09-30 13:58:22 +0200
committerDaniel Veillard <veillard@redhat.com>2010-09-30 13:58:22 +0200
commitd2190faf788bd2f4cfd3356982eb576eaef72aec (patch)
treecaebf8ab085a619f6fe4c2469c2c019ececf6912 /doc/ChangeLog.xsl
parentaa54d37cd75399722f012e37f17d9ffeeddba556 (diff)
downloadandroid_external_libxml2-d2190faf788bd2f4cfd3356982eb576eaef72aec.tar.gz
android_external_libxml2-d2190faf788bd2f4cfd3356982eb576eaef72aec.tar.bz2
android_external_libxml2-d2190faf788bd2f4cfd3356982eb576eaef72aec.zip
Fix web site encoding problems
The encoding.html page was generated incorectly, revamp the input xml.html and convert the full XSLT chain to use and serve it as UTF-8 * doc/*: fix xml.html, update all stylesheets and regenerate
Diffstat (limited to 'doc/ChangeLog.xsl')
-rw-r--r--doc/ChangeLog.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ChangeLog.xsl b/doc/ChangeLog.xsl
index 5e6c3a9d..7073ba20 100644
--- a/doc/ChangeLog.xsl
+++ b/doc/ChangeLog.xsl
@@ -7,7 +7,7 @@
<xsl:import href="site.xsl"/>
<!-- 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"/>