[Lxml-checkins] r54115 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Thu Apr 24 22:05:07 CEST 2008


Author: scoder
Date: Thu Apr 24 22:05:06 2008
New Revision: 54115

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/elementsoup.txt
Log:
 r4066 at delle:  sbehnel | 2008-04-24 18:43:34 +0200
 additional doc heading


Modified: lxml/trunk/doc/elementsoup.txt
==============================================================================
--- lxml/trunk/doc/elementsoup.txt	(original)
+++ lxml/trunk/doc/elementsoup.txt	Thu Apr 24 22:05:06 2008
@@ -16,6 +16,10 @@
 using BeautifulSoup, and ``convert_tree()`` to convert an existing
 BeautifulSoup tree into a list of top-level Elements.
 
+
+Parsing with the soupparser
+===========================
+
 The functions ``fromstring()`` and ``parse()`` behave as known from
 ElementTree.  The first returns a root Element, the latter returns an
 ElementTree.


More information about the lxml-checkins mailing list