symbian-qemu-0.9.1-12/python-2.6.1/Doc/library/xml.etree.rst
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 :mod:`xml.etree` --- The ElementTree API for XML
       
     2 ================================================
       
     3 
       
     4 .. module:: xml.etree
       
     5    :synopsis: Package containing common ElementTree modules.
       
     6 .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
       
     7 
       
     8 
       
     9 .. versionadded:: 2.5
       
    10 
       
    11 The ElementTree package is a simple, efficient, and quite popular  library for
       
    12 XML manipulation in Python.    The :mod:`xml.etree` package contains the most
       
    13 common components  from the ElementTree API library.  In the current release,
       
    14 this package contains the :mod:`ElementTree`,  :mod:`ElementPath`, and
       
    15 :mod:`ElementInclude` modules from the full  ElementTree distribution.
       
    16 
       
    17 .. XXX To be continued!
       
    18 
       
    19 
       
    20 .. seealso::
       
    21 
       
    22    `ElementTree Overview <http://effbot.org/tag/elementtree>`_
       
    23       The home page for :mod:`ElementTree`.  This includes links  to additional
       
    24       documentation, alternative implementations, and  other add-ons.