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