<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wp="http://wordpress.org/export/1.0/">
	
<channel>
	<title>Title of my blog. will be ignored during import</title>
	<link>http://mydomain.tld/</link>
	<description>Description of my blob. will be ignored during import</description>
	
	<item>
		<title>Title of your first Blog entry: Hello World!</title>
		<link>http://mydomain.tld/2008/04/23/this-is-the-permalink-of-your-first-blog-entry</link>
		<pubDate>Wed, 23 Apr 2008 14:15:12 +0000</pubDate>
		<author>jon\@doe.com</author>
		<dc:creator>Jon Doe</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Import]]></category>
		
		<description></description>
		<content:encoded><![CDATA[This is the first blog entry<br />I can use HTML etc. here]]></content:encoded>
		<wp:comment_status>open</wp:comment_status>
		<wp:status>publish</wp:status>
		
		<wp:comment>
		<wp:comment_author>Joe Doe 1</wp:comment_author>
		<wp:comment_author_email>joe/@doe.com</wp:comment_author_email>
		<wp:comment_author_url>http://www.jondoe1.com/</wp:comment_author_url>
		<wp:comment_author_IP>1.1.1.1</wp:comment_author_IP>
		<wp:comment_date>2007-12-25 00:37:27</wp:comment_date>
		<wp:comment_content>here is the comment for the first blog entry. no html</wp:comment_content>
		<wp:comment_approved>1</wp:comment_approved>
		</wp:comment>
		
		<wp:comment>
		<wp:comment_author>Joe Doe 2</wp:comment_author>
		<wp:comment_author_email>j2oe/@doe.com</wp:comment_author_email>
		<wp:comment_author_url>http://www.jondoe2.com/</wp:comment_author_url>
		<wp:comment_author_IP>1.1.1.1</wp:comment_author_IP>
		<wp:comment_date>2008-01-26 00:37:27</wp:comment_date>
		<wp:comment_content>here is the comment for the 2 blog entry. no html</wp:comment_content>
		<wp:comment_approved>0</wp:comment_approved>
		</wp:comment>			
	</item>
	
	<item>
		<title>Second blog entry</title>
		<link>http://mydomain.tld/2008/04/22/second-entry</link>
		<pubDate>Tue, 22 Apr 2008 14:15:12 +0000</pubDate>
		<author>jon\@doe.com</author>
		<dc:creator>Jon Doe</dc:creator>
		<category><![CDATA[Import]]></category>
		
		<description></description>
		<content:encoded><![CDATA[This is the second blog entry<br />I can use HTML etc. here]]></content:encoded>
		<wp:comment_status>closed</wp:comment_status>
		<wp:status>draft</wp:status>
		
		<wp:comment>
		<wp:comment_author>Joe Doe 3</wp:comment_author>
		<wp:comment_author_email>joe/@doe.com</wp:comment_author_email>
		<wp:comment_author_url>http://www.jondoe3.com/</wp:comment_author_url>
		<wp:comment_author_IP>1.1.1.1</wp:comment_author_IP>
		<wp:comment_date>2007-12-25 00:37:27</wp:comment_date>
		<wp:comment_content>this is a spam comment. will be ignored during import</wp:comment_content>
		<wp:comment_approved>spam</wp:comment_approved>
		</wp:comment>		
	</item>	
</channel>
</rss>