1 .. _markup: 2 3 ********************************** 4 Structured Markup Processing Tools 5 ********************************** 6 7 Python supports a variety of modules to work with various forms of structured 8 data markup. This includes modules to work with the Standard Generalized Markup 9 Language (SGML) and the Hypertext Markup Language (HTML), and several interfaces 10 for working with the Extensible Markup Language (XML). 11 12 13 .. toctree:: 14 15 html.rst 16 html.parser.rst 17 html.entities.rst 18 xml.rst 19 xml.etree.elementtree.rst 20 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 27 pyexpat.rst 28