Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.80 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. -<people>
  4.  
  5.  
  6. -<person>
  7.  
  8. <firstname>Carl Gustaf</firstname>
  9.  
  10. <lastname>Bernadotte</lastname>
  11.  
  12.  
  13. -<phone>
  14.  
  15. <mobile>0768-101801</mobile>
  16.  
  17. <fixednumber>08-101801</fixednumber>
  18.  
  19. </phone>
  20.  
  21.  
  22. -<address>
  23.  
  24. <street>Drottningholms slott</street>
  25.  
  26. <city>Stockholm</city>
  27.  
  28. <postalcode/>
  29.  
  30. </address>
  31.  
  32.  
  33. -<family>
  34.  
  35. <name>Victoria</name>
  36.  
  37. <born>1977</born>
  38.  
  39.  
  40. -<address>
  41.  
  42. <street>Haga Slott</street>
  43.  
  44. <city>Stockholm</city>
  45.  
  46. <postalcode>10002</postalcode>
  47.  
  48. </address>
  49.  
  50. </family>
  51.  
  52.  
  53. -<family>
  54.  
  55. <name>Carl Philip</name>
  56.  
  57. <born>1979</born>
  58.  
  59.  
  60. -<phone>
  61.  
  62. <mobile>0768-101802</mobile>
  63.  
  64. <fixednumber>08-101802</fixednumber>
  65.  
  66. </phone>
  67.  
  68. </family>
  69.  
  70. </person>
  71.  
  72.  
  73. -<person>
  74.  
  75. <firstname>Barack</firstname>
  76.  
  77. <lastname>Obama</lastname>
  78.  
  79.  
  80. -<address>
  81.  
  82. <street>1600 Pennsylvania Avenue</street>
  83.  
  84. <city>Washington, D.C</city>
  85.  
  86. <postalcode/>
  87.  
  88. </address>
  89.  
  90. </person>
  91.  
  92.  
  93. -<person>
  94.  
  95. <firstname>Michelle</firstname>
  96.  
  97. <lastname>Obama</lastname>
  98.  
  99.  
  100. -<address>
  101.  
  102. <street>1600 Pennsylvania Avenue</street>
  103.  
  104. <city>Washington, D.C</city>
  105.  
  106. <postalcode/>
  107.  
  108. </address>
  109.  
  110.  
  111. -<family>
  112.  
  113. <name>Carl Philip</name>
  114.  
  115. <born>1979</born>
  116.  
  117.  
  118. -<phone>
  119.  
  120. <mobile>0768-101802</mobile>
  121.  
  122. <fixednumber>08-101802</fixednumber>
  123.  
  124. </phone>
  125.  
  126. </family>
  127.  
  128.  
  129. -<family>
  130.  
  131. <name>Victoria</name>
  132.  
  133. <born>1977</born>
  134.  
  135.  
  136. -<address>
  137.  
  138. <street>Haga Slott</street>
  139.  
  140. <city>Stockholm</city>
  141.  
  142. <postalcode>10002</postalcode>
  143.  
  144. </address>
  145.  
  146. </family>
  147.  
  148. </person>
  149.  
  150.  
  151. -<person>
  152.  
  153. <firstname>Carl Gustaf</firstname>
  154.  
  155. <lastname>Bernadotte</lastname>
  156.  
  157.  
  158. -<phone>
  159.  
  160. <mobile>0768-101801</mobile>
  161.  
  162. <fixednumber>08-101801</fixednumber>
  163.  
  164. </phone>
  165.  
  166.  
  167. -<address>
  168.  
  169. <street>Drottningholms slott</street>
  170.  
  171. <city>Stockholm</city>
  172.  
  173. <postalcode/>
  174.  
  175. </address>
  176.  
  177. </person>
  178.  
  179. </people>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement