[Lxml-checkins] r39351 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Sat Feb 24 07:36:30 CET 2007
Author: scoder
Date: Sat Feb 24 07:36:27 2007
New Revision: 39351
Modified:
lxml/trunk/doc/parsing.txt
Log:
paragraph chaining
Modified: lxml/trunk/doc/parsing.txt
==============================================================================
--- lxml/trunk/doc/parsing.txt (original)
+++ lxml/trunk/doc/parsing.txt Sat Feb 24 07:36:27 2007
@@ -15,9 +15,9 @@
Parsers
-------
-One of the differences is the parser. There is support for both XML and
-(broken) HTML (note that XHTML is best parsed as XML). Both are based on
-libxml2 and therefore only support options that are backed by the library.
+Parsers are represented by parser objects. There is support for parsing both
+XML and (broken) HTML (note that XHTML is best parsed as XML). Both are based
+on libxml2 and therefore only support options that are backed by the library.
Parsers take a number of keyword arguments. The following is an example for
namespace cleanup during parsing, first with the default parser, then with a
parametrized one::
More information about the lxml-checkins
mailing list