Advertisement
Fromubiz

random test

Aug 25th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2.  
  3. <channels>
  4.  
  5. <channel> <!-- No link, just title -->
  6. <name>Film's</name>
  7. <thumbnail></thumbnail>
  8.  
  9. <channel> <!-- start channel 1 -->
  10. <name>Marvel</name>
  11. <thumbnail></thumbnail>
  12. <items>
  13.  
  14. <subchannels> <!-- start subchannel 1 -->
  15.  
  16. <subchannel>
  17. <name>Blade</name>
  18. <thumbnail></thumbnail>
  19. <subitems>
  20.  
  21. <subitem>
  22. <title>Blade I</title>
  23. <link></link>
  24. <thumbnail></thumbnail>
  25. </subitem>
  26.  
  27. <subitem>
  28. <title>Blade II</title>
  29. <link></link>
  30. <thumbnail></thumbnail>
  31. </subitem>
  32.  
  33. <subitem>
  34. <title>Blade III</title>
  35. <link></link>
  36. <thumbnail></thumbnail>
  37. </subitem>
  38.  
  39. </subitems>
  40. </subchannel> <!-- end Blade -->
  41.  
  42. </subchannels> <!-- end subchannel -->
  43.  
  44. </items>
  45. </channel> <!-- end Marvel -->
  46.  
  47. <channel> <!-- start channel 2 -->
  48. <name>Captain America</name>
  49. <thumbnail></thumbnail>
  50. <items>
  51.  
  52. <item>
  53. <title>The 1st Avenger</title>
  54. <link></link>
  55. <thumbnail></thumbnail>
  56. <items>
  57.  
  58. </items>
  59. </channel> <!-- end The 1st Avenger -->
  60.  
  61. <item>
  62. <title>300</title>
  63. <link>http://s6263.abelhas.pt/File.aspx?e=..._W5aSDqY2J6NxG ju5ZfnDkepbyrktiMxeQwIoDSkcOj3ut4qRcykNJRYNokQjJoG JlFatTuRFQw4qhngYRoVgIEOCV_WvIDkc8dQZ_R4WHYdP6Q&pv =1</link>
  64. <thumbnail>http://www.wallpaperswala.com/wp-content/gallery/300/300-movie-stills-44.jpg</thumbnail>
  65. </item>
  66.  
  67. <item>
  68. <title>A Beautiful Mind</title>
  69. <link></link>
  70. <thumbnail></thumbnail>
  71. </item>
  72.  
  73. ..............................................
  74.  
  75. </items>
  76. </channel> <!-- Film's -->
  77.  
  78. </channels>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement