rss 2.0.12

Library for serializing the RSS web content syndication format
Documentation
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>
			<a href="http://example.com/">link</a>
			Title
		</title>
	</channel>
</rss>