diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 20:16:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 20:16:02 (GMT) |
commit | c8c40ff699140542bc9bbcd80d483c3154141392 (patch) | |
tree | f277ba12b803aed2ba9607e2fd476c1759034d88 /Doc/lib/libxmllib.tex | |
parent | 4e28c593ade542efc6877a1e0e05f3ee965fd58b (diff) | |
download | cpython-c8c40ff699140542bc9bbcd80d483c3154141392.zip cpython-c8c40ff699140542bc9bbcd80d483c3154141392.tar.gz cpython-c8c40ff699140542bc9bbcd80d483c3154141392.tar.bz2 |
Added a "See also" section with some external references.
Diffstat (limited to 'Doc/lib/libxmllib.tex')
-rw-r--r-- | Doc/lib/libxmllib.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 3ec36e0..7b87219 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -227,6 +227,18 @@ implementation does nothing. \end{methoddesc} +\begin{seealso} + \seetext{The Python XML Topic Guide provides a great deal of information + on using XML from Python and links to other sources of information + on XML. It's located on the Web at + \url{http://www.python.org/topics/xml/}.} + + \seetext{The Python XML Special Interest Group is developing substantial + support for processing XML from Python. See + \url{http://www.python.org/sigs/xml-sig/} for more information.} +\end{seealso} + + \subsection{XML Namespaces \label{xml-namespace}} This module has support for XML namespaces as defined in the XML |