aggregator_test_rss091.xml 1.3 KB

123456789101112131415161718192021222324252627282930
  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. </channel>
  30. </rss>