<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:ev="http://purl.org/rss/1.0/modules/event/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:admin="http://webns.net/mvcb/">
	<channel rdf:about="https://github.com/fb55/htmlparser2/">
		<title>A title to parse and remember</title>
		<link>https://github.com/fb55/htmlparser2/</link>
		<description/>
		<dc:language>en-us</dc:language>
		<dc:rights>Copyright 2015 the authors</dc:rights>
		<dc:publisher>webmaster@thisisafakedoma.in</dc:publisher>
		<dc:creator>webmaster@thisisafakedoma.in</dc:creator>
		<dc:source>https://github.com/fb55/htmlparser2/</dc:source>
		<dc:title>A title to parse and remember</dc:title>
		<dc:type>Collection</dc:type>
		<syn:updateBase>2011-11-04T09:39:10-07:00</syn:updateBase>
		<syn:updateFrequency>4</syn:updateFrequency>
		<syn:updatePeriod>hourly</syn:updatePeriod>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://somefakesite/path/to/something.html"/>
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="http://somefakesite/path/to/something.html">
		<title><![CDATA[ Fast HTML Parsing ]]></title>
		<link>
http://somefakesite/path/to/something.html
</link>
		<description><![CDATA[
Great test content<br>A link: <a href="http://github.com">Github</a>
]]></description>
		<dc:date>2011-11-04T09:35:17-07:00</dc:date>
		<dc:language>en-us</dc:language>
		<dc:rights>Copyright 2015 the authors</dc:rights>
		<dc:source>
http://somefakesite/path/to/something.html
</dc:source>
		<dc:title><![CDATA[ Fast HTML Parsing ]]></dc:title>
		<dc:type>text</dc:type>
		<dcterms:issued>2011-11-04T09:35:17-07:00</dcterms:issued>
	</item>
	<item rdf:about="http://somefakesite/path/to/something-else.html">
		<title><![CDATA[
This space intentionally left blank
]]></title>
		<link>
http://somefakesite/path/to/something-else.html
</link>
		<description><![CDATA[
The early bird gets the worm
]]></description>
		<dc:date>2011-11-04T09:34:54-07:00</dc:date>
		<dc:language>en-us</dc:language>
		<dc:rights>Copyright 2015 the authors</dc:rights>
		<dc:source>
http://somefakesite/path/to/something-else.html
</dc:source>
		<dc:title><![CDATA[
This space intentionally left blank
]]></dc:title>
		<dc:type>text</dc:type>
		<dcterms:issued>2011-11-04T09:34:54-07:00</dcterms:issued>
	</item>
</rdf:RDF>