summaryrefslogtreecommitdiff
path: root/examples/elementtree/test.xml
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-07-27 04:08:53 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-07-27 04:08:53 +0000
commited4fc64bb0ac61c27bc4af32962fb129e74a36bf (patch)
treec1cf2fb7b1cafced82a8898e23d2a0bf5ced8526 /examples/elementtree/test.xml
parent3a8e235af64e36b3b711df1f069d32359fe6c967 (diff)
downloadsqlalchemy-ed4fc64bb0ac61c27bc4af32962fb129e74a36bf.tar.gz
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
Diffstat (limited to 'examples/elementtree/test.xml')
-rw-r--r--examples/elementtree/test.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/elementtree/test.xml b/examples/elementtree/test.xml
new file mode 100644
index 000000000..edb44ccc2
--- /dev/null
+++ b/examples/elementtree/test.xml
@@ -0,0 +1,9 @@
+<somefile>
+ This is somefile.
+ <header name="foo" value="bar" hoho="lala">
+ <field1>hi</field1>
+ <field2>there</field2>
+ Some additional text within the header.
+ </header>
+ Some more text within somefile.
+</somefile> \ No newline at end of file