source:
trunk/essentials/dev-lang/python/Doc/lib/libsgmllib.tex@
3951
| Last change on this file since 3951 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 10.8 KB | |
| Line | |
|---|---|
| 1 | \section{\module{sgmllib} --- |
| 2 | Simple SGML parser} |
| 3 | |
| 4 | \declaremodule{standard}{sgmllib} |
| 5 | \modulesynopsis{Only as much of an SGML parser as needed to parse HTML.} |
| 6 | |
| 7 | \index{SGML} |
| 8 | |
| 9 | This module defines a class \class{SGMLParser} which serves as the |
| 10 | basis for parsing text files formatted in SGML (Standard Generalized |
| 11 | Mark-up Language). In fact, it does not provide a full SGML parser |
| 12 | --- it only parses SGML insofar as it is used by HTML, and the module |
