[Lxml-checkins] r43532 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Mon May 21 18:01:44 CEST 2007
Author: scoder
Date: Mon May 21 18:01:38 2007
New Revision: 43532
Modified:
lxml/trunk/doc/api.txt
Log:
doc cleanup
Modified: lxml/trunk/doc/api.txt
==============================================================================
--- lxml/trunk/doc/api.txt (original)
+++ lxml/trunk/doc/api.txt Mon May 21 18:01:38 2007
@@ -1,11 +1,11 @@
-=====================
-APIs specific to lxml
-=====================
-
-lxml tries to follow established APIs wherever possible. Sometimes, however,
-the need to expose a feature in an easy way led to the invention of a new API.
-This page describes the major differences and a few additions to the main
-ElementTree API.
+===========================
+APIs specific to lxml.etree
+===========================
+
+lxml.etree tries to follow established APIs wherever possible. Sometimes,
+however, the need to expose a feature in an easy way led to the invention of a
+new API. This page describes the major differences and a few additions to the
+main ElementTree API.
Separate pages describe the support for `parsing XML`_, executing `XPath and
XSLT`_, `validating XML`_ and interfacing with other XML tools through the
More information about the lxml-checkins
mailing list