commit | 2974f0fe9a261e6a3a2c3edccba7cf93a87e4d2d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Nov 18 15:30:40 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Nov 18 15:30:40 1997 +0000 |
tree | 0a0fd796ddaa17bcf780928a1e1d082123d1af15 | |
parent | 7336935e4c521784b4e11b41cb32c1d646ffa0d1 [diff] [blame] |
Add xmllib; remove (slow) from description of htmllib.
diff --git a/Doc/libwww.tex b/Doc/libwww.tex index 2558e94..bf494bc 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex
@@ -40,7 +40,10 @@ --- Only as much of an SGML parser as needed to parse HTML. \item[htmllib] ---- A (slow) parser for HTML documents. +--- A parser for HTML documents. + +\item[xmllib] +--- A parser for XML documents. \item[formatter] --- Generic output formatter and device interface.