<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Export To WordPress: Joomla Plugin</title>
	<atom:link href="http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:01:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Logan</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-6384</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Sat, 12 Mar 2011 22:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-6384</guid>
		<description>Hey guys, There is a lot of extra white space in the generated XML file. If you open it in Dreamweaver, Copy one of the areas of whitespace in one of the posts/pages, do a find and replace and paste that whitespace into the Find, and place a simple &quot;Space&quot; in the Replace field, this will eliminated all of the whitespace. Save the file and then import it into Wordpress. This stopped Wordpress from truncating all of my pages from Joomla and made everything work perfectly.

Thanks for the plugin.</description>
		<content:encoded><![CDATA[<p>Hey guys, There is a lot of extra white space in the generated XML file. If you open it in Dreamweaver, Copy one of the areas of whitespace in one of the posts/pages, do a find and replace and paste that whitespace into the Find, and place a simple &#8220;Space&#8221; in the Replace field, this will eliminated all of the whitespace. Save the file and then import it into WordPress. This stopped WordPress from truncating all of my pages from Joomla and made everything work perfectly.</p>
<p>Thanks for the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Designer Weston</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-4564</link>
		<dc:creator>Web Designer Weston</dc:creator>
		<pubDate>Wed, 01 Dec 2010 01:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-4564</guid>
		<description>I have triued numerous times but the content fails each and every time? Frustrating to say the least, shall pop back in few weeks to see if resolved...hopefully.</description>
		<content:encoded><![CDATA[<p>I have triued numerous times but the content fails each and every time? Frustrating to say the least, shall pop back in few weeks to see if resolved&#8230;hopefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2927</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Sat, 21 Aug 2010 23:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2927</guid>
		<description>Nah... didn&#039;t work for me. Still just titles, no actual content. Close, but no cigar, binny &amp; rob.</description>
		<content:encoded><![CDATA[<p>Nah&#8230; didn&#8217;t work for me. Still just titles, no actual content. Close, but no cigar, binny &amp; rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billo</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2858</link>
		<dc:creator>Billo</dc:creator>
		<pubDate>Thu, 15 Jul 2010 01:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2858</guid>
		<description>Hi, compliments for this work! but all the posts are cutted (intro and complete text)! In the original xml file exported all was fine, Intro in the excerpt and complete in content, but i don&#039;t know why, the posts uploaded are incomplete and arbitrary trimmed. Got a fix?</description>
		<content:encoded><![CDATA[<p>Hi, compliments for this work! but all the posts are cutted (intro and complete text)! In the original xml file exported all was fine, Intro in the excerpt and complete in content, but i don&#8217;t know why, the posts uploaded are incomplete and arbitrary trimmed. Got a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2682</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 25 Mar 2010 12:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2682</guid>
		<description>Hi Binny,

The excerpt and the content tags should be swapped with each other. 

So what I did:
1. replace all &quot;excerpt:encoded&quot; with &quot;temp:encoded&quot; - the latter can be anything
2. replace all &quot;content:encoded&quot; with &quot;excerpt:encoded
3. replace all &quot;temp:encoded&quot; with &quot;content:encoded&quot;

It should be done in 3 steps, you can&#039;t replace the excerpt in the first step with content (then all will become excerpt in the 2nd step).

This works, although some articles aren&#039;t completly imported, but mostly it went well.</description>
		<content:encoded><![CDATA[<p>Hi Binny,</p>
<p>The excerpt and the content tags should be swapped with each other. </p>
<p>So what I did:<br />
1. replace all &#8220;excerpt:encoded&#8221; with &#8220;temp:encoded&#8221; &#8211; the latter can be anything<br />
2. replace all &#8220;content:encoded&#8221; with &#8220;excerpt:encoded<br />
3. replace all &#8220;temp:encoded&#8221; with &#8220;content:encoded&#8221;</p>
<p>It should be done in 3 steps, you can&#8217;t replace the excerpt in the first step with content (then all will become excerpt in the 2nd step).</p>
<p>This works, although some articles aren&#8217;t completly imported, but mostly it went well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2679</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2679</guid>
		<description>I&#039;m not sure what you did. Swap all the excerpt:encoded tags and the content:encoded with what?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you did. Swap all the excerpt:encoded tags and the content:encoded with what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2678</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Mon, 22 Mar 2010 21:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2678</guid>
		<description>Found the solution: in the xlm file you need to swap all the excerpt:encoded tags and the content:encoded and you are set. Use a simple editor, replace all is the simpelst solution. I got it to work!</description>
		<content:encoded><![CDATA[<p>Found the solution: in the xlm file you need to swap all the excerpt:encoded tags and the content:encoded and you are set. Use a simple editor, replace all is the simpelst solution. I got it to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2676</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Mon, 22 Mar 2010 14:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2676</guid>
		<description>first of all great initiative! I&#039;m also migrating from Joomla to Wordpress. I like Joomla, but Wordpress is just a bit easier to use.

When I import articles I&#039;ve the same as the above, the article content is not migrated into content, but into the excerpt part of the post. Would be nice to know if there a solution!</description>
		<content:encoded><![CDATA[<p>first of all great initiative! I&#8217;m also migrating from Joomla to WordPress. I like Joomla, but WordPress is just a bit easier to use.</p>
<p>When I import articles I&#8217;ve the same as the above, the article content is not migrated into content, but into the excerpt part of the post. Would be nice to know if there a solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirko</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2623</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Mon, 22 Feb 2010 18:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2623</guid>
		<description>Same Problem, only titles, there any upgrade version?</description>
		<content:encoded><![CDATA[<p>Same Problem, only titles, there any upgrade version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twopo</title>
		<link>http://www.bin-co.com/blog/2009/07/export-to-wordpress-joomla-plugin/comment-page-1/#comment-2590</link>
		<dc:creator>Twopo</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bin-co.com/blog/?p=335#comment-2590</guid>
		<description>Only titles no  articles</description>
		<content:encoded><![CDATA[<p>Only titles no  articles</p>
]]></content:encoded>
	</item>
</channel>
</rss>

