From: Fred Drake Date: Tue, 25 Jun 2002 16:58:58 +0000 (+0000) Subject: Added some more links to the "See also" section. X-Git-Tag: v2.3c1~5222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6aa9cbb96f99baf45a276c3db0d80b30daafbdb;p=python Added some more links to the "See also" section. --- diff --git a/Doc/lib/xmlsax.tex b/Doc/lib/xmlsax.tex index c5483ac1dd..a3631f8658 100644 --- a/Doc/lib/xmlsax.tex +++ b/Doc/lib/xmlsax.tex @@ -117,6 +117,15 @@ exception classes. the SAX API. It provides a Java implementation and online documentation. Links to implementations and historical information are also available.} + + \seemodule{xml.sax.handler}{Definitions of the interfaces for + application-provided objects.} + + \seemodule{xml.sax.saxutils}{Convenience functions for use in SAX + applications.} + + \seemodule{xml.sax.xmlreader}{Definitions of the interfaces for + parser-provided objects.} \end{seealso}