Advertisement
Guest User

Untitled

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