<?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: metaWeblog.newPost posting to Wordpress from Word</title>
	<atom:link href="http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/</link>
	<description>Unordered list of one element</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:32:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: GreasemonkeyからXMLRPCプロトコルでブログに投稿する &#124; Web scratch</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-10765</link>
		<dc:creator>GreasemonkeyからXMLRPCプロトコルでブログに投稿する &#124; Web scratch</dc:creator>
		<pubDate>Wed, 12 May 2010 13:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-10765</guid>
		<description>[...] http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/" rel="nofollow">http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juust</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-6767</link>
		<dc:creator>juust</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-6767</guid>
		<description>Я хорошо с этим (I&#039;m okay with that, go ahead)</description>
		<content:encoded><![CDATA[<p>Я хорошо с этим (I&#8217;m okay with that, go ahead)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toronto</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-6760</link>
		<dc:creator>toronto</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-6760</guid>
		<description>Разрешите я скопирую ваш пост к себе в блог ? На правах копи-паста. Ссылку на www.juust.org конечно поставлю..</description>
		<content:encoded><![CDATA[<p>Разрешите я скопирую ваш пост к себе в блог ? На правах копи-паста. Ссылку на <a href="http://www.juust.org" rel="nofollow">http://www.juust.org</a> конечно поставлю..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: right foot</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-5976</link>
		<dc:creator>right foot</dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-5976</guid>
		<description>Juust, thank you very much for the fast response.

Your are a genius. That worked perfectly.

Thank you very much for you kind help

Right-oh</description>
		<content:encoded><![CDATA[<p>Juust, thank you very much for the fast response.</p>
<p>Your are a genius. That worked perfectly.</p>
<p>Thank you very much for you kind help</p>
<p>Right-oh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juust</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-5968</link>
		<dc:creator>juust</dc:creator>
		<pubDate>Fri, 18 Dec 2009 03:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-5968</guid>
		<description>@Right foot, you were on the right way. 

Custom fields can have a unique id as well, so a basic key-value pair does not cover it ( http://codex.wordpress.org/XML-RPC_wp shows the mw_newPost data structure ). 

It requires an array with structs as [data] in stead of an array with arrays :

&#039;parameter : post structure : member : custom_fields
strT = strT &amp; &quot;[member][name]custom_fields[/name][value][array][data]”

&#039;list with id-key-value structs, id is optional
strT = strT &amp; “[struct]”
strT = strT &amp; “[member][name]key[/name][value]MyField1[/value][/member]”
strT = strT &amp; “[member][name]value[/name][value]MyField1 Value[/value][/member]”
strT = strT &amp; “[/struct]&quot;

strT = strT &amp; “[struct]”
strT = strT &amp; “[member][name]key[/name][value]MyField2[/value][/member]”
strT = strT &amp; “[member][name]value[/name][value]MyField2 Value[/value][/member]”
strT = strT &amp; “[/struct]&quot;

strT = strT &amp; “[/data][/array][/value][/member]“</description>
		<content:encoded><![CDATA[<p>@Right foot, you were on the right way. </p>
<p>Custom fields can have a unique id as well, so a basic key-value pair does not cover it ( <a href="http://codex.wordpress.org/XML-RPC_wp" rel="nofollow">http://codex.wordpress.org/XML-RPC_wp</a> shows the mw_newPost data structure ). </p>
<p>It requires an array with structs as [data] in stead of an array with arrays :</p>
<p>&#8216;parameter : post structure : member : custom_fields<br />
strT = strT &#038; &#8220;[member][name]custom_fields[/name][value][array][data]”</p>
<p>&#8216;list with id-key-value structs, id is optional<br />
strT = strT &#038; “[struct]”<br />
strT = strT &#038; “[member][name]key[/name][value]MyField1[/value][/member]”<br />
strT = strT &#038; “[member][name]value[/name][value]MyField1 Value[/value][/member]”<br />
strT = strT &#038; “[/struct]&#8221;</p>
<p>strT = strT &#038; “[struct]”<br />
strT = strT &#038; “[member][name]key[/name][value]MyField2[/value][/member]”<br />
strT = strT &#038; “[member][name]value[/name][value]MyField2 Value[/value][/member]”<br />
strT = strT &#038; “[/struct]&#8221;</p>
<p>strT = strT &#038; “[/data][/array][/value][/member]“</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: right foot</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-5958</link>
		<dc:creator>right foot</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-5958</guid>
		<description>Lets us try again...

Change the &quot;[&quot; with &quot;&quot;

&#039;parameter : post structure : member : custom_fields
                strT = strT &amp; &quot;[member][name]custom_fields[/name][value][array]&quot;
            
                strT = strT &amp; &quot;[data][array]&quot;
                    
                strT = strT &amp; &quot;[array][key]MyField1[/key][value]My Field 1 Value[/value][/array]&quot;
                strT = strT &amp; &quot;[array][key]MyField2[/key][value]My Field 2 Value[/value][/array]&quot;
                    
                strT = strT &amp; &quot;[/array][/data][/array]&quot;
                strT = strT &amp; &quot;[/value][/member]&quot;</description>
		<content:encoded><![CDATA[<p>Lets us try again&#8230;</p>
<p>Change the &#8220;[" with ""</p>
<p>'parameter : post structure : member : custom_fields<br />
                strT = strT &amp; "[member][name]custom_fields[/name][value][array]&#8221;</p>
<p>                strT = strT &amp; &#8220;[data][array]&#8221;</p>
<p>                strT = strT &amp; &#8220;[array][key]MyField1[/key][value]My Field 1 Value[/value][/array]&#8221;<br />
                strT = strT &amp; &#8220;[array][key]MyField2[/key][value]My Field 2 Value[/value][/array]&#8221;</p>
<p>                strT = strT &amp; &#8220;[/array][/data][/array]&#8221;<br />
                strT = strT &amp; &#8220;[/value][/member]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: right foot</title>
		<link>http://www.juust.org/index.php/metaweblog-newpost-posting-to-wordpress-from-word/2009/10/comment-page-1/#comment-5957</link>
		<dc:creator>right foot</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=1027#comment-5957</guid>
		<description>Ah, your comment does not allow html codes so now the above makes no sense!</description>
		<content:encoded><![CDATA[<p>Ah, your comment does not allow html codes so now the above makes no sense!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
