diff options
author | André Malo <nd@apache.org> | 2003-04-09 14:21:21 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-04-09 14:21:21 +0200 |
commit | f9b67df04bb97ee48addfee14301b4674ea0f396 (patch) | |
tree | 81754aa6227a0778a0fe76e9cfa049e4d03f748a /docs/manual/style/manual.en.xsl | |
parent | Clarify some wording. (diff) | |
download | apache2-f9b67df04bb97ee48addfee14301b4674ea0f396.tar.xz apache2-f9b67df04bb97ee48addfee14301b4674ea0f396.zip |
use Google Search.
We may have to experimt a bit to get best results. This is a first
attempt.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/manual.en.xsl')
-rw-r--r-- | docs/manual/style/manual.en.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/style/manual.en.xsl b/docs/manual/style/manual.en.xsl index 1446d5f81c..cce29d7fea 100644 --- a/docs/manual/style/manual.en.xsl +++ b/docs/manual/style/manual.en.xsl @@ -12,6 +12,7 @@ <!-- Read the localized messages from the specified language file --> <xsl:variable name="messages" select="document('lang/en.xml')/messages"/> +<xsl:variable name="output-encoding" select="'ISO-8859-1'" /> <!-- Now get the real guts of the stylesheet --> <xsl:include href="xsl/common.xsl"/> |