rss 2.0.12

Library for serializing the RSS web content syndication format
Documentation
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<item>
			<enclosure url="http://example.com/media.mp3" length="4992349" type="audio/mpeg" />
		</item>
	</channel>
</rss>