Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <items>
  3. <item>
  4.     <name>item1</name>
  5.     <platform>
  6.         <platformType>Android</platformType>
  7.         <location>url_a</location>
  8.     </platform>
  9. </item>
  10. <item>
  11.     <name>item2</name>
  12.     <platform>
  13.         <platformType>Android</platformType>
  14.         <location>url_a</location>
  15.     </platform>
  16.     <platform>
  17.         <platformType>iOS</platformType>
  18.         <location>url_b</location>
  19.     </platform>
  20.     <platform>
  21.         <platformType>Windows</platformType>
  22.         <location>url_c</location>
  23.     </platform>
  24. </item>
  25. </items>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement