aggregator_test_rss091.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="0.91">
  3. <channel>
  4. <title>Example</title>
  5. <link>http://example.com</link>
  6. <description>Example updates</description>
  7. <language>en-us</language>
  8. <copyright>Copyright 2000, Example team.</copyright>
  9. <managingEditor>editor@example.com</managingEditor>
  10. <webMaster>webmaster@example.com</webMaster>
  11. <image>
  12. <title>Example</title>
  13. <url>http://example.com/images/druplicon.png</url>
  14. <link>http://example.com</link>
  15. <width>88</width>
  16. <height>100</height>
  17. <description>Example updates</description>
  18. </image>
  19. <item>
  20. <title>First example feed item title</title>
  21. <link>http://example.com/example-turns-one</link>
  22. <description>First example feed item description.</description>
  23. </item>
  24. <item>
  25. <title>Second example feed item title. This title is extremely long so that it exceeds the 255 character limit for titles in feed item storage. In fact it's so long that this sentence isn't long enough so I'm rambling a bit to make it longer, nearly there now. Ah now it's long enough so I'll shut up.</title>
  26. <link>http://example.com/example-turns-two</link>
  27. <description>Second example feed item description.</description>
  28. </item>
  29. <item>
  30. <title>Long link feed item title.</title>
  31. <link>http://example.com/tomorrow/and/tomorrow/and/tomorrow/creeps/in/this/petty/pace/from/day/to/day/to/the/last/syllable/of/recorded/time/and/all/our/yesterdays/have/lighted/fools/the/way/to/dusty/death/out/out/brief/candle/life/is/but/a/walking/shadow/a/poor/player/that/struts/and/frets/his/hour/upon/the/stage/and/is/heard/no/more/it/is/a/tale/told/by/an/idiot/full/of/sound/and/fury/signifying/nothing</link>
  32. <description>Long link feed item description.</description>
  33. </item>
  34. <item>
  35. <title>Long author feed item title.</title>
  36. <link>http://example.com/long/author</link>
  37. <author>I wanted to get out and walk eastward toward the park through the soft twilight, but each time I tried to go I became entangled in some wild, strident argument which pulled me back, as if with ropes, into my chair. Yet high over the city our line of yellow windows must have contributed their share of human secrecy to the casual watcher in the darkening streets, and I was him too, looking up and wondering. I was within and without, simultaneously enchanted and repelled by the inexhaustible variety of life.</author>
  38. <description>Long author feed item description.</description>
  39. </item>
  40. </channel>
  41. </rss>