From bc3d4970a278a0816ebf92cef802fcd358774e97 Mon Sep 17 00:00:00 2001 From: Vincent Deffontaines Date: Wed, 26 Dec 2012 15:06:31 +0000 Subject: [PATCH] Completing r1425939 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425941 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_xml2enc.html.en | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_xml2enc.html.en b/docs/manual/mod/mod_xml2enc.html.en index 8d149519f3..61b56f010c 100644 --- a/docs/manual/mod/mod_xml2enc.html.en +++ b/docs/manual/mod/mod_xml2enc.html.en @@ -24,7 +24,8 @@

Apache Module mod_xml2enc

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -76,8 +77,9 @@ for 2.2.x versions
Description:Enhanced charset/internationalisation support for libxml2-based filter modules
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
@@ -85,7 +87,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.

top
@@ -186,7 +188,8 @@ module for earlier versions.
-

Available Languages:  en 

+

Available Languages:  en  | + fr 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.