Charflow

Simple XML file

Apr 24th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.67 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <data>
  3.     <country name="Liechtenstein">
  4.         <rank>1</rank>
  5.         <year>2008</year>
  6.         <gdppc>141100</gdppc>
  7.         <neighbor name="Austria" direction="E"/>
  8.         <neighbor name="Switzerland" direction="W"/>
  9.     </country>
  10.     <country name="Singapore">
  11.         <rank>4</rank>
  12.         <year>2011</year>
  13.         <gdppc>59900</gdppc>
  14.         <neighbor name="Malaysia" direction="N"/>
  15.     </country>
  16.     <country name="Panama">
  17.         <rank>68</rank>
  18.         <year>2011</year>
  19.         <gdppc>13600</gdppc>
  20.         <neighbor name="Costa Rica" direction="W"/>
  21.         <neighbor name="Colombia" direction="E"/>
  22.     </country>
  23. </data>
Add Comment
Please, Sign In to add comment