diff options
author | Eric | 2020-02-05 10:41:22 +0530 |
---|---|---|
committer | Eric | 2020-02-05 10:41:22 +0530 |
commit | 7b8bcbf94269e69d5aab2209a4e72b66eee4ca2e (patch) | |
tree | 8e3ec7863f7ac351fc945c0eb1cf0ccb6b29dae4 /example.xml | |
parent | 5db421c70cb0ec9055f41b5a91478676f413efd0 (diff) | |
download | xcos_converter-7b8bcbf94269e69d5aab2209a4e72b66eee4ca2e.tar.gz xcos_converter-7b8bcbf94269e69d5aab2209a4e72b66eee4ca2e.tar.bz2 xcos_converter-7b8bcbf94269e69d5aab2209a4e72b66eee4ca2e.zip |
All the basic codes added
Diffstat (limited to 'example.xml')
-rw-r--r-- | example.xml | 23 |
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 |