Commit 76feba2f authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent b6c65325
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -58,10 +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 <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>
    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
@@ -125,15 +125,15 @@ can be <a href="#sniffing">automatically detected</a></description>
<contextlist><context>server config</context>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
<compatibility>Version 2.4.0 and later; available as a third-party
module for earlier versions.</compatibility>

<usage>
    <p>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 (<var>iso-8859-1</var> specified in HTTP/1.0, use</p>
    <highlight language="config">xml2EncDefault iso-8859-1</highlight>
    of Latin1 (<var>iso-8859-1</var>) specified in HTTP/1.0, use:</p>
    <highlight language="config">
xml2EncDefault iso-8859-1
    </highlight>
</usage>
</directivesynopsis>

@@ -171,4 +171,3 @@ module for earlier versions.</compatibility>
</directivesynopsis>

</modulesynopsis>