Make WordPress Core

Ticket #4452: export-error.xml

File export-error.xml, 2.8 KB (added by tellyworth, 16 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4        This is a WordPress eXtended RSS file generated by WordPress as an export of
5        your blog. It contains information about your blog's posts, comments, and
6        categories. You may use this file to transfer that content from one site to
7        another. This file is not intended to serve as a complete backup of your
8        blog.
9       
10        To import this information into a WordPress blog follow these steps:
11       
12        1.      Log into that blog as an administrator.
13        2.      Go to Manage > Import in the blog's admin.
14        3.      Choose "WordPress" from the list of importers.
15        4.      Upload this file using the form provided on that page.
16        5.      You will first be asked to map the authors in this export file to users
17                on the blog. For each author, you may choose to map an existing user on
18                the blog or to create a new user.
19        6.      WordPress will then import each of the posts, comments, and categories
20                contained in this file onto your blog.
21-->
22
23<!-- generator="wordpress/MU" created="2007-06-12 00:06"-->
24<rss version="2.0"
25        xmlns:content="http://purl.org/rss/1.0/modules/content/"
26        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
27        xmlns:dc="http://purl.org/dc/elements/1.1/"
28        xmlns:wp="http://wordpress.org/export/1.0/"
29>
30
31<channel>
32        <title>Test</title>
33        <link>http://example.com</link>
34        <description>Test blog</description>
35        <pubDate>Mon, 11 Jun 2007 20:46:12 +0000</pubDate>
36        <generator>http://wordpress.org/?v=MU</generator>
37        <language>en</language>
38
39<item>
40<title>Post title</title>
41<link>http://example.com/2006/08/17/post-title/</link>
42<pubDate>Thu, 17 Aug 2006 18:27:11 +0000</pubDate>
43<dc:creator>Example</dc:creator>
44
45<guid isPermaLink="false">https://example.com/2006/08/17/post-title/</guid>
46<description></description>
47<content:encoded><![CDATA[<p>Post body</p>]]></content:encoded>
48<wp:post_id>167</wp:post_id>
49<wp:post_date>2006-08-17 20:27:11</wp:post_date>
50<wp:post_date_gmt>2006-08-17 18:27:11</wp:post_date_gmt>
51<wp:comment_status>open</wp:comment_status>
52<wp:ping_status>open</wp:ping_status>
53<wp:post_name>post-title</wp:post_name>
54<wp:status>publish</wp:status>
55<wp:post_parent>0</wp:post_parent>
56<wp:menu_order>0</wp:menu_order>
57<wp:post_type>post</wp:post_type>
58<wp:comment>
59<wp:comment_id>814</wp:comment_id>
60<wp:comment_author>Comment author with apostrophe&#8217;s. &laquo; Blah</wp:comment_author>
61<wp:comment_author_email></wp:comment_author_email>
62<wp:comment_author_url>http://example.org/</wp:comment_author_url>
63<wp:comment_author_IP>1.2.3.4</wp:comment_author_IP>
64<wp:comment_date>2006-10-18 09:57:35</wp:comment_date>
65<wp:comment_date_gmt>2006-10-18 07:57:35</wp:comment_date_gmt>
66<wp:comment_content>blah</wp:comment_content>
67<wp:comment_approved>1</wp:comment_approved>
68<wp:comment_type>pingback</wp:comment_type>
69<wp:comment_parent>0</wp:comment_parent>
70</wp:comment>
71</item>
72</channel>
73</rss>