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" xmlns:ext="http://example.com/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<item>
			<ext:creator><![CDATA[Creator Name]]></ext:creator>
			<ext:contributor>Contributor 1</ext:contributor>
			<ext:contributor>Contributor 2</ext:contributor>
			<ext:parent>
				<ext:child>Child 1</ext:child>
				<ext:child>Child 2</ext:child>
			</ext:parent>
		</item>
	</channel>
</rss>