summaryrefslogtreecommitdiff
path: root/doc/api.txt
diff options
context:
space:
mode:
authorscoder <none@none>2007-05-21 18:01:38 +0200
committerscoder <none@none>2007-05-21 18:01:38 +0200
commit24c6530033c8a2142d817f528608cb6bbfec28ab (patch)
tree4f616e51e59d7c1a430c76a59daa367781688b2f /doc/api.txt
parentf23b2a34efac17e459930d11cce458095a48eecc (diff)
downloadpython-lxml-24c6530033c8a2142d817f528608cb6bbfec28ab.tar.gz
[svn r2327] doc cleanup
--HG-- branch : trunk
Diffstat (limited to 'doc/api.txt')
-rw-r--r--doc/api.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api.txt b/doc/api.txt
index e7c98766..7351c6eb 100644
--- a/doc/api.txt
+++ b/doc/api.txt
@@ -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