Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <hotels>
  2. <hotel>
  3.   <id>1</id>
  4.   <code>BLABLA1</code>
  5.   <name>Név1</name>
  6.   <region>Régió1</region>
  7.  </hotel>
  8. <hotel>
  9.   <id>2</id>
  10.   <code>BLABLA2</code>
  11.   <name>Név2</name>
  12.   <region>Régió2</region>
  13.  </hotel>
  14. <hotel>
  15.   <id>3</id>
  16.   <code>BLABLA3</code>
  17.   <name>Név3</name>
  18.   <region>Régió3</region>
  19.  </hotel>
  20. <hotel>
  21.   <id>4</id>
  22.   <code>BLABLA4</code>
  23.   <name>Név4</name>
  24.   <region>Régió4</region>
  25.  </hotel>
  26. </hotels>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement