| Fred Drake | b531618 | 2000-07-05 02:24:39 +0000 | [diff] [blame] | 1 | \chapter{Structured Markup Processing Tools |
| 2 | \label{markup}} | ||||
| 3 | |||||
| 4 | Python supports a variety of modules to work with various forms of | ||||
| 5 | structured data markup. This includes modules to work with the | ||||
| 6 | Standard Generalized Markup Language (SGML) and the Hypertext Markup | ||||
| 7 | Language (HTML), and several interfaces for working with the | ||||
| 8 | Extensible Markup Language (XML). | ||||
| 9 | |||||
| 10 | \localmoduletable | ||||