You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2012/12/26 16:06:31 UTC

svn commit: r1425941 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_xml2enc.html.en

Author: gryzor
Date: Wed Dec 26 15:06:31 2012
New Revision: 1425941

URL: http://svn.apache.org/viewvc?rev=1425941&view=rev
Log:
Completing r1425939

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_xml2enc.html.en

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_xml2enc.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_xml2enc.html.en?rev=1425941&r1=1425940&r2=1425941&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_xml2enc.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_xml2enc.html.en Wed Dec 26 15:06:31 2012
@@ -24,7 +24,8 @@
 <div id="page-content">
 <div id="preamble"><h1>Apache Module mod_xml2enc</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/mod/mod_xml2enc.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Enhanced charset/internationalisation support for libxml2-based
 filter modules</td></tr>
@@ -76,8 +77,9 @@ for 2.2.x versions</td></tr></table>
     <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 foo provided by a module mod_foo to
-    improve the latter's i18n support with HTML and XML, you could use</p>
+    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
@@ -85,7 +87,7 @@ for 2.2.x versions</td></tr></table>
     FilterProvider markup   foo Content-Type $xml
     FilterChain     iconv markup
     </code></pre>
-    <p>mod_foo will now support any character set supported by either
+    <p><strong>mod_foo</strong> will now support any character set supported by either
     (or both) of libxml2 or apr_xlate/iconv.</p>
     </dd></dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -186,7 +188,8 @@ module for earlier versions.</td></tr>
 </div>
 </div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/mod/mod_xml2enc.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;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 <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
 <script type="text/javascript"><!--//--><![CDATA[//><!--
 var comments_shortname = 'httpd';