mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100
added xml.etree documentation stub
This commit is contained in:
parent
0e664e15ef
commit
245c619e86
2 changed files with 28 additions and 0 deletions
|
@ -286,6 +286,7 @@ and how to embed it in other applications.
|
||||||
\input{xmlsaxhandler}
|
\input{xmlsaxhandler}
|
||||||
\input{xmlsaxutils}
|
\input{xmlsaxutils}
|
||||||
\input{xmlsaxreader}
|
\input{xmlsaxreader}
|
||||||
|
\input{xmletree}
|
||||||
% \input{libxmllib}
|
% \input{libxmllib}
|
||||||
|
|
||||||
\input{libmm} % Multimedia Services
|
\input{libmm} % Multimedia Services
|
||||||
|
|
27
Doc/lib/xmletree.tex
Normal file
27
Doc/lib/xmletree.tex
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
\section{\module{xml.etree} ---
|
||||||
|
The ElementTree API for XML}
|
||||||
|
|
||||||
|
\declaremodule{standard}{xml.etree}
|
||||||
|
\modulesynopsis{Package containing common ElementTree modules.}
|
||||||
|
\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
|
||||||
|
|
||||||
|
\versionadded{2.5}
|
||||||
|
|
||||||
|
The ElementTree package is a simple, efficient, and quite popular
|
||||||
|
library for XML manipulation in Python.
|
||||||
|
|
||||||
|
The \module{xml.etree} package contains the most common components
|
||||||
|
from the ElementTree API library.
|
||||||
|
In the current release, this package contains the \module{ElementTree},
|
||||||
|
\module{ElementPath}, and \module{ElementInclude} modules from the full
|
||||||
|
ElementTree distribution.
|
||||||
|
|
||||||
|
% XXX To be continued!
|
||||||
|
|
||||||
|
\begin{seealso}
|
||||||
|
\seetitle[http://effbot.org/tag/elementtree]
|
||||||
|
{ElementTree Overview}
|
||||||
|
{The home page for \module{ElementTree}. This includes links
|
||||||
|
to additional documentation, alternative implementations, and
|
||||||
|
other add-ons.}
|
||||||
|
\end{seealso}
|
Loading…
Add table
Add a link
Reference in a new issue