diff test-data/test.xml @ 4:57e14a6d8e7b draft

Uploaded
author iuc
date Wed, 29 Apr 2015 12:06:47 -0400
parents 159bdf04ae19
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test.xml	Wed Apr 29 12:06:47 2015 -0400
@@ -0,0 +1,12 @@
+<root>
+    <a>
+        <b attr="value">1</b>
+        <b attr="none">2</b>
+        <b>3</b>
+    </a>
+    <c>
+        <d>4</d>
+        <d>5</d>
+    </c>
+</root>
+