<?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>疯子阿飞 &#187; XMLRPC</title>
	<atom:link href="http://afei.name/archives/tag/xmlrpc/feed" rel="self" type="application/rss+xml" />
	<link>http://afei.name</link>
	<description>Blog of Mad Charlie</description>
	<lastBuildDate>Mon, 12 Dec 2011 17:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用Word2007写WordPress</title>
		<link>http://afei.name/archives/91</link>
		<comments>http://afei.name/archives/91#comments</comments>
		<pubDate>Mon, 20 Jul 2009 00:30:48 +0000</pubDate>
		<dc:creator>阿飞</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XMLRPC]]></category>

		<guid isPermaLink="false">http://www.afei.name/?p=91</guid>
		<description><![CDATA[Word2007新增了不少WEB功能，最近发现用它写博客蛮方便的。直接输自己WordPress的地址，账号便可以发布、修改博文。 具体的步骤大家打开Word2007一定很快就发现怎么用了。 这里贴出自己遇到的若干问题，以及解决方法： 1. 添加账号时，提示无法连接到博客提供商 1.a) 首先确认你的博客设置中Writing里的&#8221;Enable the Atom Publishing Protocol&#8221; 和 &#8220;Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols” 这两个选项已经勾上。这是启用XMLRPC，只用启用了此功能，Word才能连接到博客。 1.b) 如果已经启用了，但仍然无法连接，那么很可能是你的WordPress经过了手工编辑，可能是你自己编辑，也可能是安装包已经是经过修改的。而在修改时有相关文件被加上了UTF8编码标记。 打开wp-includes/class-IXR.php 文件，找到 $length = strlen&#40;$xml&#41;; header&#40;'Connection: close'&#41;; header&#40;'Content-Length: '.$length&#41;; header&#40;'Content-Type: text/xml'&#41;; header&#40;'Date: '.date&#40;'r'&#41;&#41;; echo $xml; exit; &#8230; <a href="http://afei.name/archives/91">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://afei.name/archives/91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

