<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
	<title>Blog.ChenHow.Net &#187; Convert Post From Wordpress to Blogger</title>
	<atom:link href="http://blog.chenhow.net/tag/convert-post-from-wordpress-to-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 21 Dec 2011 03:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Convert Post From WordPress to Blogger</title>
		<link>http://blog.chenhow.net/2009/04/05/wordpress/convert-post-from-wordpress-to-blogger/</link>
		<comments>http://blog.chenhow.net/2009/04/05/wordpress/convert-post-from-wordpress-to-blogger/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 20:08:20 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Convert Post From Wordpress to Blogger]]></category>
		<category><![CDATA[wordpress to blogger]]></category>
		<guid isPermaLink="false">http://blog.chenhow.net/?p=473</guid>
		<description><![CDATA[Google-blog-converters-appengine is a converter to/from various blog formats like wordpress2blogger, blogger2wordpress and etc. Let&#8217;s take an example, says we are going to convert blog post from wordpress to blogger with google-blog-convertes-appengine. Steps: 1. Download google-blog-converters-appengine from http://google-blog-converters-appengine.googlecode.com/files/google-blog-converters-1.0-r64.tar.gz 2. Extract the file 3. Download XML export file from wordpress 4. Open Terminal and go into &#8220;google-blog-converters-1.0-r64/bin&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p><P align="Left"><strong>Google-blog-converters-appengine</strong> is a converter to/from various blog formats like wordpress2blogger, blogger2wordpress and etc.</p>
<p>Let&#8217;s take an example, says we are going to convert blog post from wordpress to blogger with google-blog-convertes-appengine.<br />
</P></p>
<p><strong>Steps:</strong></p>
<p><P align="Left">1. Download google-blog-converters-appengine from <a href="http://google-blog-converters-appengine.googlecode.com/files/google-blog-converters-1.0-r64.tar.gz">http://google-blog-converters-appengine.googlecode.com/files/google-blog-converters-1.0-r64.tar.gz</a></P></p>
<p>2. Extract the file</p>
<p>3. Download XML export file from wordpress</p>
<p style="text-align: center;"><a href="http://www.chenhow.net/images/opensource/export_wordpress.png" class="broken_link" rel="lightbox[473]"><img class="aligncenter" style="border: 1px solid black;" title="export wordpress" src="http://www.chenhow.net/images/opensource/export_wordpress.png" alt="" width="500" height="300" /></a></p>
<p>4. Open Terminal and go into &#8220;google-blog-converters-1.0-r64/bin&#8221;. Assume the file located at Desktop</p>
<blockquote><p>cd ~/Desktop/google-blog-converters-1.0-r64/bin</p></blockquote>
<p>5. Type below command in Terminal</p>
<blockquote><p>./wordpress2blogger.sh ~/Desktop/wordpress.&lt;date&gt;.xml | tee result.xml</p></blockquote>
<p>6. Done. You can now import result.xml to blogger host service.</p>
<p><strong>Troubleshooting</strong></p>
<p>If you find any errors when execute &#8220;./wordpress2blogger.sh ~/Desktop/wordpress.&lt;date&gt;.xml | tee result.xml&#8221;.</p>
<p>Might be caused by the XML syntax errors. Check the error message.</p>
<p>Example:</p>
<table border="1" cellspacing="0" cellpadding="0" width="90%">
<tbody>
<tr>
<td>Traceback (most recent call last):<br />
File &#8220;./../src/wordpress2blogger/wp2b.py&#8221;, line 467, in<br />
translator.Translate(wp_xml_doc, sys.stdout)<br />
File &#8220;./../src/wordpress2blogger/wp2b.py&#8221;, line 138, in Translate<br />
xml.sax.parseString(doc, self)<br />
File &#8220;/usr/lib/python2.6/xml/sax/__init__.py&#8221;, line 49, in parseString<br />
parser.parse(inpsrc)<br />
File &#8220;/usr/lib/python2.6/xml/sax/expatreader.py&#8221;, line 107, in parse<br />
xmlreader.IncrementalParser.parse(self, source)<br />
File &#8220;/usr/lib/python2.6/xml/sax/xmlreader.py&#8221;, line 123, in parse<br />
self.feed(buffer)<br />
File &#8220;/usr/lib/python2.6/xml/sax/expatreader.py&#8221;, line 211, in feed<br />
self._err_handler.fatalError(exc)<br />
File &#8220;/usr/lib/python2.6/xml/sax/handler.py&#8221;, line 38, in fatalError<br />
raise exception<br />
xml.sax._exceptions.SAXParseException: :<strong><span style="color: red;">2678:45</span></strong>: not well-formed (invalid token)</td>
</tr>
</tbody>
</table>
<p>Check the line number highlighted with red color.</p>
<p style="text-align: center;"><a href="http://www.chenhow.net/images/opensource/xml_syntax_error.png" class="broken_link" rel="lightbox[473]"><img class="aligncenter" style="border: 1px solid black;" title="xml syntax error" src="http://www.chenhow.net/images/opensource/xml_syntax_error.png" alt="" width="465" height="41" /></a></p>
<p>The correct syntax for this should be:</p>
<blockquote><p>&lt;wp:meta_value&gt;&lt;<span style="color: red;">![CDATA[</span>Google crhome, Overall, pros &amp; cons, tips &amp; tricks<span style="color: red;">]]</span>&gt;&lt;/wp:meta_value&gt;</p></blockquote>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2009/04/05/wordpress/convert-post-from-wordpress-to-blogger/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

