source: trunk/essentials/dev-lang/python/Doc/lib/libsgmllib.tex@ 3951

Last change on this file since 3951 was 3225, checked in by bird, 19 years ago

Python 2.5

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
9This module defines a class \class{SGMLParser} which serves as the
10basis for parsing text files formatted in SGML (Standard Generalized
11Mark-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