XML-RAI
view release on metacpan or search on metacpan
t/x/example69.xml view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>my little example feed</title>
<link>http://www.example.com/</link>
<description>example tagline</description>
<language>en</language>
<item>
<title>First post</title>
<link>http://www.example.com/archives/1</link>
<description>entry summary</description>
<content:encoded>ENTRY CONTENT WITH <b>EMBEDDED MARKUP</b></content:encoded>
</item>
<image>
<title>IMAGE TITLE</title>
<url>http://www.example.com/IMAGE/LINK/</url>
<link>http://www.example.com/IMAGE/LINKS/TO/</link>
<description>IMAGE LINK DESCRIPTION</description>
<height>42</height>
<width>42</width>
</image>
</channel>
</rss>
( run in 0.485 second using v1.01-cache-2.11-cpan-2c0d6866c4f )