rss 2.0.12

Library for serializing the RSS web content syndication format
Documentation
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ext="http://example.com/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
		<title>Title</title>
		<link>http://example.com/</link>
		<description>Description</description>
		<item>
		</item>
	</channel>
</rss>