Commit 88d0c70b 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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852223 13f79535-47bb-0310-9956-ffa450edef68
parent d50b4ad3
Loading
Loading
Loading
Loading
+1 −3
Changes for docs/manual/mod/mod_xml2enc.xml: 1 added line, 3 removed lines.
Original line number Diff line number Diff line
@@ -126,14 +126,12 @@ can be <a href="#sniffing">automatically detected</a></description>
<context>virtual host</context><context>directory</context>
<context>.htaccess</context></contextlist>
<override>All</override>
<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>
    of Latin1 (<var>iso-8859-1</var>) specified in HTTP/1.0, use:</p>
    <highlight language="config">
xml2EncDefault iso-8859-1
    </highlight>