--- /dev/null
+\section{\module{xml.etree} ---\r
+ The ElementTree API for XML}\r
+\r
+\declaremodule{standard}{xml.etree}\r
+\modulesynopsis{Package containing common ElementTree modules.}\r
+\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}\r
+\r
+\versionadded{2.5}\r
+\r
+The ElementTree package is a simple, efficient, and quite popular\r
+library for XML manipulation in Python.\r
+\r
+The \module{xml.etree} package contains the most common components\r
+from the ElementTree API library.\r
+In the current release, this package contains the \module{ElementTree},\r
+\module{ElementPath}, and \module{ElementInclude} modules from the full\r
+ElementTree distribution.\r
+\r
+% XXX To be continued!\r
+\r
+\begin{seealso}\r
+\seetitle[http://effbot.org/tag/elementtree]\r
+ {ElementTree Overview}\r
+ {The home page for \module{ElementTree}. This includes links\r
+ to additional documentation, alternative implementations, and\r
+ other add-ons.}\r
+\end{seealso}\r