]> granicus.if.org Git - python/commitdiff
r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 12 Dec 2005 21:59:44 +0000 (21:59 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 12 Dec 2005 21:59:44 +0000 (21:59 +0000)
 added xml.etree documentation stub

Doc/lib/lib.tex
Doc/lib/xmletree.tex [new file with mode: 0644]

index bb995d81d645e2cb1e5f27566e4583344c9797bc..1401c408adc38d0892ba1f3f78bab8e02262b062 100644 (file)
@@ -286,6 +286,7 @@ and how to embed it in other applications.
 \input{xmlsaxhandler}
 \input{xmlsaxutils}
 \input{xmlsaxreader}
+\input{xmletree}
 % \input{libxmllib}
 
 \input{libmm}                   % Multimedia Services
diff --git a/Doc/lib/xmletree.tex b/Doc/lib/xmletree.tex
new file mode 100644 (file)
index 0000000..789062d
--- /dev/null
@@ -0,0 +1,27 @@
+\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