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

scoder at codespeak.net scoder at codespeak.net
Wed Jun 13 19:32:26 CEST 2007


Author: scoder
Date: Wed Jun 13 19:32:25 2007
New Revision: 44233

Modified:
   lxml/branch/lxml-1.3/doc/tutorial.txt
Log:
cleaned up tutorial

Modified: lxml/branch/lxml-1.3/doc/tutorial.txt
==============================================================================
--- lxml/branch/lxml-1.3/doc/tutorial.txt	(original)
+++ lxml/branch/lxml-1.3/doc/tutorial.txt	Wed Jun 13 19:32:25 2007
@@ -327,35 +327,3 @@
 tree: children, parents (or rather ancestors) and siblings.
 
 .. _`further iterators`: api.html#iteration
-
-
-The ElementTree class
-=====================
-
-An ``ElementTree`` is mainly a wrapper around a tree with a root node.
-
-
-Parsing files and XML literals
-==============================
-
-The XML() function
-------------------
-
-The parse() function
---------------------
-
-Namespaces
-==========
-
-
-ElementPath
-===========
-
-findall()
----------
-
-find()
-------
-
-findtext()
-----------


More information about the lxml-checkins mailing list