[Lxml-checkins] r44237 - lxml/branch/lxml-1.3/doc

scoder at codespeak.net scoder at codespeak.net
Wed Jun 13 19:36:29 CEST 2007


Author: scoder
Date: Wed Jun 13 19:36:29 2007
New Revision: 44237

Modified:
   lxml/branch/lxml-1.3/doc/FAQ.txt
Log:
ReST fix

Modified: lxml/branch/lxml-1.3/doc/FAQ.txt
==============================================================================
--- lxml/branch/lxml-1.3/doc/FAQ.txt	(original)
+++ lxml/branch/lxml-1.3/doc/FAQ.txt	Wed Jun 13 19:36:29 2007
@@ -96,16 +96,16 @@
 * Try to use versions of both libraries that were released together.
 
 * If you use XML Schema or Schematron which are still under development, the
-most recent version of libxml2 is usually a good bet.
+  most recent version of libxml2 is usually a good bet.
 
 * The same applies to XPath, where a substantial number of bugs and memory
-leaks were fixed over time.  If you encounter crashes or memory leaks in XPath
-applications, try a more recent version of libxml2.
+  leaks were fixed over time.  If you encounter crashes or memory leaks in XPath
+  applications, try a more recent version of libxml2.
 
 * For parsing and fixing broken HTML, lxml requires at least libxml2 2.6.21.
 
 * For the normal tree handling, however, any libxml2 version starting with
-2.6.16 should do.
+  2.6.16 should do.
 
 Read the `release notes of libxml2`_ and the `release notes of libxslt`_ to
 see if a specific bug has been fixed.


More information about the lxml-checkins mailing list