wordpress 的 xml 如何進入 mysql 數據庫?
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
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:wp="http://wordpress.org/export/1.2/"
>
<item>
<channel>
<title>asd 每家都超厲害,快找到你心中的NO.1</title>
<link>http://123123.123/13335</link>
<pubDate>Wed, 10 Jan 2018 03:01:21 +0000</pubDate>
<dc:creator><![CDATA[Ruby]]></dc:creator>
<guid isPermaLink="false">http://123123.123/?p=13335</guid>
<description></description>
<content:encoded>
wordpress輸出xml 這種格式我真的看不懂啊
我還真不知道怎麼丟到數據庫裡面?
是有套件可以使用嗎?
如果後端是 php+ mysql,如何有效匯入mysql?
希望大大指教!