diff options
author | Lucien Gentis <lgentis@apache.org> | 2017-02-05 16:39:01 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2017-02-05 16:39:01 +0100 |
commit | 1f0d48f615a33017220ae72a90748e8b549997d0 (patch) | |
tree | ece81c145a137c518e52ea45370a7c3100083845 /docs/manual/mod/mod_xml2enc.xml | |
parent | Change tactic for PROXY processing in Optional case (diff) | |
download | apache2-1f0d48f615a33017220ae72a90748e8b549997d0.tar.xz apache2-1f0d48f615a33017220ae72a90748e8b549997d0.zip |
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_xml2enc.xml')
-rw-r--r-- | docs/manual/mod/mod_xml2enc.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_xml2enc.xml b/docs/manual/mod/mod_xml2enc.xml index 859ff0dc86..9393466511 100644 --- a/docs/manual/mod/mod_xml2enc.xml +++ b/docs/manual/mod/mod_xml2enc.xml @@ -58,9 +58,10 @@ for 2.2.x versions</compatibility> </dd> <dt>Non-enabled modules</dt><dd> <p>To use it with a libxml2-based module that isn't explicitly enabled for - mod_xml2enc, you will have to configure the filter chain yourself. - So to use it with a filter foo provided by a module mod_foo to - improve the latter's i18n support with HTML and XML, you could use</p> + mod_xml2enc, you will have to configure the filter chain yourself. So to + use it with a filter <strong>foo</strong> provided by a module + <strong>mod_foo</strong> to improve the latter's i18n support with HTML and + XML, you could use</p> <pre><code> FilterProvider iconv xml2enc Content-Type $text/html FilterProvider iconv xml2enc Content-Type $xml @@ -68,7 +69,7 @@ for 2.2.x versions</compatibility> FilterProvider markup foo Content-Type $xml FilterChain iconv markup </code></pre> - <p>mod_foo will now support any character set supported by either + <p><strong>mod_foo</strong> will now support any character set supported by either (or both) of libxml2 or apr_xlate/iconv.</p> </dd></dl> </section> |