Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 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 | |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 12 | |
| 13 | .. toctree:: |
| 14 | |
Georg Brandl | 1f7fffb | 2010-10-15 15:57:45 +0000 | [diff] [blame] | 15 | html.rst |
Georg Brandl | 9087b7f | 2008-05-18 07:53:01 +0000 | [diff] [blame] | 16 | html.parser.rst |
| 17 | html.entities.rst |
Georg Brandl | fe7b00f | 2012-10-06 13:49:34 +0200 | [diff] [blame] | 18 | xml.rst |
Éric Araujo | e5eec7e | 2012-03-05 16:01:41 +0100 | [diff] [blame] | 19 | xml.etree.elementtree.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 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 |
Éric Araujo | e5eec7e | 2012-03-05 16:01:41 +0100 | [diff] [blame] | 27 | pyexpat.rst |