diff options
author | Fred Drake <fdrake@acm.org> | 2002-06-25 16:58:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-06-25 16:58:58 (GMT) |
commit | b6aa9cbb96f99baf45a276c3db0d80b30daafbdb (patch) | |
tree | 7d2d6b985add82987d405c83e3d11746fabe3e76 /Doc | |
parent | 7bc121a4fb7f6705bf83f59161f02676fd754ef0 (diff) | |
download | cpython-b6aa9cbb96f99baf45a276c3db0d80b30daafbdb.zip cpython-b6aa9cbb96f99baf45a276c3db0d80b30daafbdb.tar.gz cpython-b6aa9cbb96f99baf45a276c3db0d80b30daafbdb.tar.bz2 |
Added some more links to the "See also" section.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/xmlsax.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/lib/xmlsax.tex b/Doc/lib/xmlsax.tex index c5483ac..a3631f8 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} |