summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhtmllib.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/libhtmllib.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/libhtmllib.tex')
-rw-r--r--Doc/lib/libhtmllib.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex
index 508d004..666affb 100644
--- a/Doc/lib/libhtmllib.tex
+++ b/Doc/lib/libhtmllib.tex
@@ -70,6 +70,12 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
\begin{seealso}
+ \seemodule{HTMLParser}{Alternate HTML parser that offers a slightly
+ lower-level view of the input, but is
+ designed to work with XHTML, and does not
+ implement some of the SGML syntax not used in
+ ``HTML as deployed'' and which isn't legal
+ for XHTML.}
\seemodule{htmlentitydefs}{Definition of replacement text for HTML
2.0 entities.}
\seemodule{sgmllib}{Base class for \class{HTMLParser}.}