This is a sample item I am trying to insert into WordPress as post.
<item>
<title>XXXXXX</title>
<link>xxxx/xxxxx</link>
<pubDate>2012-05-23 19:31:00</pubDate>
<dc:creator><![CDATA[admin]]></dc:creator>
<guid isPermaLink="false">http://wordpress/?p=xxxx</guid>
<description></description>
<content:encoded><![CDATA[Sample]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>27505</wp:post_id>
<wp:post_date>2014-04-05 10:01:11</wp:post_date>
<wp:post_date_gmt>2014-04-05 10:01:11</wp:post_date_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>xxxxxx</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="blog"><![CDATA[blog]]></category>
</item>
How to inlcude a featured image into this XML, is there a way to do that?
Got a working solution,
This is the post item
This is the attachment item