WordPress WXR Specification

前端 未结 2 2024
无人及你
无人及你 2021-02-07 00:55

I\'m trying to find a spec for the WordPress WXR import/export standard and I\'m unable to find any official documentation from WordPress on the standard.

Does anyone kn

2条回答
  •  青春惊慌失措
    2021-02-07 01:15

    I posed this question to John O'Nolan, a WordPress core developer, who forwarded my question to core committer Aaron Jorbin. O'Nolan responded by saying (I'm paraphrasing) that there isn't any official documentation on the WXR standard, but that reverse engineering a WXR export should give me all the information I need.

    O'Nolan also noted that data more complex than blog post content is likely best dealt with through a database conversion/migration, rather than an import. I tend to agree here.

    I found these two links to be of some help in my effort to reverse engineer the WXR standard:

    http://ipggi.wordpress.com/2011/03/16/the-wordpress-extended-rss-wxr-exportimport-xml-document-format-decoded-and-explained/

    http://olalindberg.com/2008/write-your-own-wxr-file-to-migrate-custom-cms-to-wordpress/

    The latter link specifically deal with attachments, something crucial for my current project.

    I hope this helps anyone else who is curious about WXR.

提交回复
热议问题