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