我是新來的Wordpress,試過幾個插件來導入xml文件。這個文件相當龐大。我無法導入它。任何教程或建議?如何將大型xml(自定義)文件導入到wordpress中
編輯: XML文件格式是如下
<articles>
<article id="1240xxxx" timestamp="April 27, 2009, 8:26 am" published="1">
<title>Theme Parks in Tenerife</title>
<pageName>theme-parks-in-tenerife-408</pageName>
<imageFile>blogthemeparkstenerife.jpg</imageFile>
<imageAlt>Theme Parks in Tenerife</imageAlt>
<content>
<p>Anyone taking a
<a href="xxxxxxxxxxxxxxx">holiday in Tenerife</a>.
</p>
</content>
<summary>Theme Parks in Tenerife offer an alternative to the traditional beach holiday, providing entertainment for families.</summary>
<tags>
<tag>tenerife</tag>
<tag>holidays</tag>
<tag>parks</tag>
<tag>beaches</tag>
<tag>island</tag>
</tags>
</article>
什麼是XML文件包含哪些內容?需要更多信息。 – user1337
我編輯了信息,好心推薦一些我擰'' – user1442406
XML文件是'Wordpress導出'? –