diff options
-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 |