rss 2.0.12

Library for serializing the RSS web content syndication format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<image>
			<title>Title</title>
			<url>http://example.org/url</url>
			<link>http://example.org/link</link>
			<width>100</width>
			<height>200</height>
			<description>Description</description>
			<unknown/>
		</image>
	</channel>
</rss>