+<?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/4.1.1" created="2015-03-10 16:34" -->
+<rss version="2.0"
+ xmlns:excerpt="http://wordpress.org/export/1.2/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.2/"
+>
+
+<channel>
+ <title>{$exportTitle}</title>
+ <link>http://{$siteUrl}</link>
+ <description>Just another Gaslight Media Sites site</description>
+ <pubDate>{$pubDate}</pubDate>
+ <language>en-US</language>
+ <wp:wxr_version>1.2</wp:wxr_version>
+ <wp:base_site_url>http://{$siteUrl}</wp:base_site_url>
+ <wp:base_blog_url>http://{$siteUrl}</wp:base_blog_url>
+
+ <wp:author><wp:author_id>1</wp:author_id><wp:author_login>Steve</wp:author_login><wp:author_email>steve@gaslightmedia.com</wp:author_email><wp:author_display_name><![CDATA[Steve]]></wp:author_display_name><wp:author_first_name><![CDATA[]]></wp:author_first_name><wp:author_last_name><![CDATA[]]></wp:author_last_name></wp:author>
+
+
+ <generator>http://wordpress.org/?v=4.1.1</generator>
+ {foreach $data as $row}
+ <item>
+ <title><![CDATA[{$row.navigation_name}]]></title>
+ <link>{$row.ping_name}</link>
+ <pubDate>{$row.pubDate}</pubDate>
+ <dc:creator><![CDATA[Steve]]></dc:creator>
+ <guid isPermaLink="false">{$row.ping_name}</guid>
+ <description></description>
+ <content:encoded><![CDATA[{$row.pageContent}]]></content:encoded>
+ <excerpt:encoded><![CDATA[]]></excerpt:encoded>
+ <wp:post_id>{$row.id}</wp:post_id>
+ <wp:post_date>{$row.pr_date}</wp:post_date>
+ <wp:post_date_gmt>{$row.pr_date}</wp:post_date_gmt>
+ <wp:comment_status>closed</wp:comment_status>
+ <wp:ping_status>open</wp:ping_status>
+ <wp:post_name>{$row.ping_name}</wp:post_name>
+ <wp:status>publish</wp:status>
+ <wp:post_parent>{$row.parent}</wp:post_parent>
+ <wp:menu_order>{$row.pos}</wp:menu_order>
+ <wp:post_type>page</wp:post_type>
+ <wp:post_password></wp:post_password>
+ <wp:is_sticky>0</wp:is_sticky>
+ <category domain="category" nicename="uncategorized"><![CDATA[Uncategorized]]></category>
+ <wp:postmeta>
+ <wp:meta_key>_edit_last</wp:meta_key>
+ <wp:meta_value><![CDATA[1]]></wp:meta_value>
+ </wp:postmeta>
+ </item>
+ {/foreach}
+</channel>
+</rss>