summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsgmllib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-05 16:34:36 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-05 16:34:36 (GMT)
commit25211f5724087516f10ddb8a232d63e09a9b9bec (patch)
tree9b65993721a40b85f2c4490cae34b036c8ccf269 /Doc/lib/libsgmllib.tex
parent5fe2c139d5d167f7acc4c795adf276fa66e4664c (diff)
downloadcpython-25211f5724087516f10ddb8a232d63e09a9b9bec.zip
cpython-25211f5724087516f10ddb8a232d63e09a9b9bec.tar.gz
cpython-25211f5724087516f10ddb8a232d63e09a9b9bec.tar.bz2
Added more information on the differences between the htmllib and HTMLParser
modules.
Diffstat (limited to 'Doc/lib/libsgmllib.tex')
-rw-r--r--Doc/lib/libsgmllib.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex
index 5fe0c8d..3699d24 100644
--- a/Doc/lib/libsgmllib.tex
+++ b/Doc/lib/libsgmllib.tex
@@ -10,8 +10,9 @@ This module defines a class \class{SGMLParser} which serves as the
basis for parsing text files formatted in SGML (Standard Generalized
Mark-up Language). In fact, it does not provide a full SGML parser
--- it only parses SGML insofar as it is used by HTML, and the module
-only exists as a base for the \refmodule{htmllib}\refstmodindex{htmllib}
-module.
+only exists as a base for the \refmodule{htmllib} module. Another
+HTML parser which supports XHTML and offers a somewhat different
+interface is available in the \refmodule{HTMLParser} module.
\begin{classdesc}{SGMLParser}{}