blob: 1588aa8a6aee707e48445c7b2c526b6ea388d213 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _markup:
2
3**********************************
4Structured Markup Processing Tools
5**********************************
6
7Python supports a variety of modules to work with various forms of structured
8data markup. This includes modules to work with the Standard Generalized Markup
9Language (SGML) and the Hypertext Markup Language (HTML), and several interfaces
10for working with the Extensible Markup Language (XML).
11
Georg Brandl116aa622007-08-15 14:28:22 +000012
13.. toctree::
14
Georg Brandl1f7fffb2010-10-15 15:57:45 +000015 html.rst
Georg Brandl9087b7f2008-05-18 07:53:01 +000016 html.parser.rst
17 html.entities.rst
Georg Brandlfe7b00f2012-10-06 13:49:34 +020018 xml.rst
Éric Araujoe5eec7e2012-03-05 16:01:41 +010019 xml.etree.elementtree.rst
Georg Brandl116aa622007-08-15 14:28:22 +000020 xml.dom.rst
21 xml.dom.minidom.rst
22 xml.dom.pulldom.rst
23 xml.sax.rst
24 xml.sax.handler.rst
25 xml.sax.utils.rst
26 xml.sax.reader.rst
Éric Araujoe5eec7e2012-03-05 16:01:41 +010027 pyexpat.rst