
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. -->

<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!--    on the site. For each author, you may choose to map to an -->
<!--    existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
<!--    contained in this file into your site. -->

<!-- generator="WordPress/3.3.2" created="2012-06-25 23:09" -->
<rss version="2.0"
	xmlns:excerpt="http://wordpress.org/export/1.1/excerpt/"
	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.1/"
>

<channel>
	<title>{site_name}</title>
	<link>{site_url}</link>
	<description></description>
	<pubDate></pubDate>
	<language>en</language>
	<wp:wxr_version>1.1</wp:wxr_version>
	<wp:base_site_url>YOUR_VALUE_HERE</wp:base_site_url>
	<wp:base_blog_url>YOUR_VALUE_HERE</wp:base_blog_url>

	<generator>http://wordpress.org/?v=3.3.2</generator>

{!-- SET THE LIMIT LARGE AND IF YOU RUN OUT OF MEMORY, SHRINK IT --}
{!-- VIEW SOURCE, AND THERE WILL BE PAGINATION CODE IF THERE ARE ADDITIONAL ENTRIES THAT NEED TO BE EXPORTED  --}
{exp:channel:entries {if segment_3 != ""}channel="{segment_3}"{/if} orderby="date" sort="desc" limit="70" rdf="off" paginate="top"}
{paginate}<!--  Page {current_page} of {total_pages} pages {pagination_links} -->{/paginate}

	<item>
		<title>{exp:xml_encode}{title}{/exp:xml_encode}</title>
		<link></link>
		<pubDate>{entry_date format="%r"}</pubDate>
		<dc:creator><![CDATA[{author}]]></dc:creator>
		<guid isPermaLink="false">http://YOUR_VALUE_HERE/?p={entry_id}</guid>

		<description></description>
		
		
		{!-- THIS IS FOR ANY SUMMARY OR EXCERPT-TYPE DATA --}
		<excerpt:encoded><![CDATA[{page_summary}]]></excerpt:encoded>

		{!-- THIS IS FOR THE BODY OF YOUR CONTENT -- YOU CAN FORMAT IT HOWEVER YOU'D LIKE HERE --}
		<content:encoded><![CDATA[{page_body} 
		{!-- IF YOU ARE USING THE TAG MODULE, INCLUDE THIS LINE TO EXPORT TAG DATA INTO THE BODY OF YOUR ENTRIES --}
		{exp:tag:tags   entry_id="{entry_id}"   backspace="2"   orderby="tag_name"   sort="desc"}{tag}, {/exp:tag:tags}
		 ]]></content:encoded>
		 
{categories}
		<category domain="category" nicename="{category_url_title}"><![CDATA[{category_name}]]></category>
{/categories}

{!-- post IS THE USUAL CONTENT TYPE, BUT IF YOU ARE EXPORTING PAGES, SWITCH THIS --}
		<wp:post_type>post</wp:post_type>
{!--		<wp:post_type>page</wp:post_type> --}

		<wp:post_id></wp:post_id>
		<wp:post_date>{entry_date format="%Y-%m-%d %H:%i:%s"}</wp:post_date>
		<wp:post_date_gmt>{gmt_date format="%Y-%m-%d %H:%i:%s"}</wp:post_date_gmt>
		<wp:comment_status>open</wp:comment_status>
		<wp:ping_status>open</wp:ping_status>
		<wp:post_name>{url_title}</wp:post_name>
		<wp:status>{if status == "open"}publish{if:elseif status == "review"}pending{if:elseif status == "closed"}private{if:elseif status == "draft"}draft{if:else}publish{/if}</wp:status>
		<wp:post_parent>0</wp:post_parent>
		<wp:menu_order>0</wp:menu_order>
		<wp:post_password></wp:post_password>
		<wp:is_sticky>0</wp:is_sticky>
		<wp:postmeta>
			<wp:meta_key>_edit_last</wp:meta_key>
			<wp:meta_value><![CDATA[1]]></wp:meta_value>
		</wp:postmeta>
		<wp:postmeta>
			<wp:meta_key>_su_rich_snippet_type</wp:meta_key>
			<wp:meta_value><![CDATA[none]]></wp:meta_value>
		</wp:postmeta>
		<wp:postmeta>
			<wp:meta_key>_encloseme</wp:meta_key>
			<wp:meta_value><![CDATA[1]]></wp:meta_value>
		</wp:postmeta>

		{embed="admin/comment_export" entry_id="{entry_id}"}

		{!-- MOVE THIS TO A NEW TEMPLATE CALLED admin/comment_export, WHICH IS CALLED FROM THE LINE ABOVE THIS --}
		{exp:comment:entries sort="desc" entry_id="{entry_id}"}
		<wp:comment>
			<wp:comment_id>{comment_id}</wp:comment_id>
			<wp:comment_author><![CDATA[{name}]]></wp:comment_author>
			<wp:comment_author_email>{url_or_email}</wp:comment_author_email>
			<wp:comment_author_url>{url}</wp:comment_author_url>
			<wp:comment_author_IP>{ip_address}</wp:comment_author_IP>
			<wp:comment_date>{comment_date format="%Y-%m-%d %h:%i:%s"}</wp:comment_date>
			<wp:comment_date_gmt>{gmt_comment_date format="%Y-%m-%d %h:%i:%s"}</wp:comment_date_gmt>
			<wp:comment_content><![CDATA[{comment}]]></wp:comment_content>
			<wp:comment_approved>1</wp:comment_approved>
			<wp:comment_type></wp:comment_type>
			<wp:comment_parent>0</wp:comment_parent>
			<wp:comment_user_id>0</wp:comment_user_id>
		</wp:comment>
		{/exp:comment:entries}
		{!-- END MOVE --}

	</item>
{/exp:channel:entries}
</channel>
</rss>
