From 25211f5724087516f10ddb8a232d63e09a9b9bec Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 5 Jul 2001 16:34:36 +0000 Subject: Added more information on the differences between the htmllib and HTMLParser modules. --- Doc/lib/libsgmllib.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc/lib/libsgmllib.tex') diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex index 5fe0c8d4dd..3699d241e0 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}{} -- cgit v1.2.1