From: Christophe Jaillet Date: Sat, 26 Jan 2019 13:04:15 +0000 (+0000) Subject: Remove a useless compatibility note. X-Git-Tag: 2.4.39~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47535138c9deb23e7343e3c404255905c2db24a3;p=thirdparty%2Fapache%2Fhttpd.git Remove a useless compatibility note. It is already stated at the very begining of the page. Add a missing ')' to ease reading (r1852223 in trunk) + synch with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1852224 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_xml2enc.xml b/docs/manual/mod/mod_xml2enc.xml index 732a656579c..b4714033a1f 100644 --- a/docs/manual/mod/mod_xml2enc.xml +++ b/docs/manual/mod/mod_xml2enc.xml @@ -58,10 +58,10 @@ 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

+ 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


     FilterProvider iconv    xml2enc Content-Type $text/html
     FilterProvider iconv    xml2enc Content-Type $xml
@@ -125,15 +125,15 @@ can be automatically detected
 server config
 virtual hostdirectory
 .htaccess
-Version 2.4.0 and later; available as a third-party
-module for earlier versions.
 
 
     

If you are processing data with known encoding but no encoding information, you can set this default to help mod_xml2enc process the data correctly. For example, to work with the default value - of Latin1 (iso-8859-1 specified in HTTP/1.0, use

- xml2EncDefault iso-8859-1 + of Latin1 (iso-8859-1) specified in HTTP/1.0, use:

+ +xml2EncDefault iso-8859-1 +
@@ -171,4 +171,3 @@ module for earlier versions. -