2007-08-15 14:28:22 +00:00
|
|
|
.. _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::
|
|
|
|
|
2010-10-15 15:57:45 +00:00
|
|
|
html.rst
|
2008-05-18 07:53:01 +00:00
|
|
|
html.parser.rst
|
|
|
|
html.entities.rst
|
2012-10-06 11:49:34 +00:00
|
|
|
xml.rst
|
2012-03-05 15:01:41 +00:00
|
|
|
xml.etree.elementtree.rst
|
2007-08-15 14:28:22 +00:00
|
|
|
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
|
2012-03-05 15:01:41 +00:00
|
|
|
pyexpat.rst
|