From a05c79906b7b9794a59307cf0f3adc915846b1ac Mon Sep 17 00:00:00 2001 From: Vincent Deffontaines Date: Wed, 26 Dec 2012 15:02:39 +0000 Subject: [PATCH] Adding tags for readability git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425939 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_xml2enc.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_xml2enc.xml b/docs/manual/mod/mod_xml2enc.xml index 1d4f23c6f4..732a656579 100644 --- a/docs/manual/mod/mod_xml2enc.xml +++ b/docs/manual/mod/mod_xml2enc.xml @@ -59,8 +59,9 @@ for 2.2.x versions
Non-enabled modules

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

+ 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


     FilterProvider iconv    xml2enc Content-Type $text/html
     FilterProvider iconv    xml2enc Content-Type $xml
@@ -68,7 +69,7 @@ for 2.2.x versions
     FilterProvider markup   foo Content-Type $xml
     FilterChain     iconv markup
     
-

mod_foo will now support any character set supported by either +

mod_foo will now support any character set supported by either (or both) of libxml2 or apr_xlate/iconv.

-- 2.50.1