summaryrefslogtreecommitdiff
path: root/example.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example.xml')
-rw-r--r--example.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/example.xml b/example.xml
new file mode 100644
index 0000000..e05f3c5
--- /dev/null
+++ b/example.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<data>
+ <country name="Liechtenstein">
+ <rank>1</rank>
+ <year>2008</year>
+ <gdppc>141100</gdppc>
+ <neighbor name="Austria" direction="E"/>
+ <neighbor name="Switzerland" direction="W"/>
+ </country>
+ <country name="Singapore">
+ <rank>4</rank>
+ <year>2011</year>
+ <gdppc>59900</gdppc>
+ <neighbor name="Malaysia" direction="N"/>
+ </country>
+ <country name="Panama">
+ <rank>68</rank>
+ <year>2011</year>
+ <gdppc>13600</gdppc>
+ <neighbor name="Costa Rica" direction="W"/>
+ <neighbor name="Colombia" direction="E"/>
+ </country>
+</data> \ No newline at end of file