Revision: 9622963968ad
Author: [email protected]
Date: Tue Aug 28 06:34:33 2012
Log: Created wiki page through web user interface.
http://code.google.com/p/robotframework/source/detail?r=9622963968ad&repo=wiki
Added:
/XMLLibrary.wiki
=======================================
--- /dev/null
+++ /XMLLibrary.wiki Tue Aug 28 06:34:33 2012
@@ -0,0 +1,18 @@
+#summary Robot Framework test library for XML verification.
+
+= XML test library =
+
+As the name implies, `XML` is a test library for verifying contents of XML
files. In practice it is a pretty thin wrapper on top of Python's
[http://docs.python.org/library/xml.etree.elementtree.html ElementTree XML
API].
+
+<wiki:comment>
+The full library documentation by release is found below. The
+documentation of the latest minor version (e.g. 2.0.4) is always
+applicable with earlier minor versions.
+</wiki:comment>
+
+<wiki:comment>doc placefolder</wiki:comment>
+
+`XML` will be a new standard library in the forthcoming Robot Framework
2.7.4. It is also compatible with earlier [ReleaseNotes27 Robot Framework
2.7] releases, but needs to be
[http://robotframework.googlecode.com/hg/src/robot/libraries/XML.py
downloaded] separately. No installation is needed otherwise than placing
the library into a directory that is in `PYTHONPATH`.
+
+ * [http://robotframework.googlecode.com/hg/doc/libraries/XML.html
Documentation]
+ * [http://robotframework.googlecode.com/hg/src/robot/libraries/XML.py
Source code]