]> granicus.if.org Git - python/commitdiff
Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text further...
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 27 Oct 2003 15:46:16 +0000 (15:46 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 27 Oct 2003 15:46:16 +0000 (15:46 +0000)
Doc/lib/libhtmllib.tex

index 41b647c58904b3d71334a8c111983c478c8cf7c9..59065f4aeedc72fcf6dcd481eb7280b27057c3ed 100644 (file)
@@ -64,8 +64,8 @@ The module defines a single class:
 
 \begin{classdesc}{HTMLParser}{formatter}
 This is the basic HTML parser class.  It supports all entity names
-required by the HTML 2.0 specification (\rfc{1866}).  It also defines
-handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
+required by the XHTML 1.0 Recommendation (\url{http://www.w3.org/TR/xhtml1}).  
+It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
 \end{classdesc}
 
 
@@ -79,8 +79,8 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
                          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{htmlentitydefs}{Definition of replacement text for XHTML 1.0 
+                             entities.}
   \seemodule{sgmllib}{Base class for \class{HTMLParser}.}
 \end{seealso}