Staging
v0.5.1
https://github.com/python/cpython
Revision 44e625860bf4c24a811eb81c7953a71671c89608 authored by Steve Dower on 28 May 2015, 17:28:40 UTC, committed by Steve Dower on 28 May 2015, 17:28:40 UTC
1 parent 6ef0590
Raw File
Tip revision: 44e625860bf4c24a811eb81c7953a71671c89608 authored by Steve Dower on 28 May 2015, 17:28:40 UTC
Fixes text in installer.
Tip revision: 44e6258
markup.rst
.. _markup:

**********************************
Structured Markup Processing Tools
**********************************

Python supports a variety of modules to work with various forms of structured
data markup.  This includes modules to work with the Standard Generalized Markup
Language (SGML) and the Hypertext Markup Language (HTML), and several interfaces
for working with the Extensible Markup Language (XML).


.. toctree::

   html.rst
   html.parser.rst
   html.entities.rst
   xml.rst
   xml.etree.elementtree.rst
   xml.dom.rst
   xml.dom.minidom.rst
   xml.dom.pulldom.rst
   xml.sax.rst
   xml.sax.handler.rst
   xml.sax.utils.rst
   xml.sax.reader.rst
   pyexpat.rst
back to top