<?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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aaron Brazell<title>&#187; expression engine</title>
</title>
	<atom:link href="http://aaronbrazell.com/tag/expression-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronbrazell.com</link>
	<description>Unplugged.</description>
	<lastBuildDate>Tue, 01 Jun 2010 16:27:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Expression Engine WXR Export Class</title>
		<link>http://aaronbrazell.com/2008/01/26/expression-engine-wxr-export-class/</link>
		<comments>http://aaronbrazell.com/2008/01/26/expression-engine-wxr-export-class/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 04:36:56 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[expression engine]]></category>
		<category><![CDATA[wxr]]></category>

		<guid isPermaLink="false">http://aaronbrazell.com/?p=18</guid>
		<description><![CDATA[Earlier, I shared with you a new base class I&#8217;m releasing into the wild. While that was a conceptually nice piece of code, and potentially useful, it didn&#8217;t really translate in usefulness without some actual code. As mentioned, I just moved Shai to WordPress from Expression Engine and it required writing a custom export routine. [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier, I shared with you a new base class I&#8217;m releasing into the wild. While that was a conceptually nice piece of code, and potentially useful, it didn&#8217;t really <em>translate</em> in usefulness without some actual code.</p>
<p>As mentioned, I just moved <a href="http://www.shaicoggins.com">Shai</a> to WordPress from <a href="http://www.expressionengine.com">Expression Engine</a> and it required writing a custom export routine. Instead, I wrote the base class in conjunction with this <em>extension</em> class.</p>
<p>This could very well be a very good example for someone wanting to write their own routine. While it is custom to Expression Engine and would look different for other platforms, the bottom line is that the methods in the <a href="http://aaronbrazell.com/2008/01/26/wordpress-wxr-class/">base class</a> have to be fed certain data.</p>
<p>As with the base class, this is meant for <em>advanced WordPress hackery</em> and is <strong>not</strong> a plugin nor for rookies. I don&#8217;t mean to sound condescending, but it took me years to wrap my head around object oriented PHP and so please don&#8217;t ask me. :-)</p>
<p>I can say that if you dive into this code, you will find the roadmap to your own importer. This is fully functional. It works. It&#8217;s for Expression Engine, but it works. Your methods should return similar data.</p>
<p>One day I&#8217;ll get around to documenting it, but my mind is mush after working on this all weekend. :-)</p>
<p><strong>Update:</strong> Oops, forgot where you can download. Subversion it is again:</p>
<p><code>svn co http://svn.aaronbrazell.com/wpwxr/tags/expression-engine/ expression-engine</code></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Faaronbrazell.com%2F2008%2F01%2F26%2Fexpression-engine-wxr-export-class%2F';
  addthis_title  = 'Expression+Engine+WXR+Export+Class';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://aaronbrazell.com/2008/01/26/expression-engine-wxr-export-class/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching 9/17 queries in 0.005 seconds using memcached
Content Delivery Network via aaronbrazell.wpengine.netdna-cdn.com

Served from: aaronbrazell.com @ 2010-09-09 18:24:34 -->