Ticket #1162: bad.xml

File bad.xml, 771 bytes (added by snarfed, 22 months ago)

importing this reproduces the bug

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rss version="2.0"
3  xmlns:excerpt="http://wordpress.org/export/1.0/excerpt/"
4  xmlns:content="http://purl.org/rss/1.0/modules/content/"
5  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
6  xmlns:dc="http://purl.org/dc/elements/1.1/"
7  xmlns:wp="http://wordpress.org/export/1.0/">
8<channel>
9
10<item>
11  <title>title</title>
12  <content:encoded><![CDATA[foo]]></content:encoded>
13  <wp:status>publish</wp:status>
14
15  <wp:comment>
16    <wp:comment_author_IP>1.2.3.4</wp:comment_author_IP>
17    <wp:comment_author_email>a@b.c</wp:comment_author_email>
18    <wp:comment_author>ryan</wp:comment_author>
19    <wp:comment_content>bar</wp:comment_content>
20    <wp:comment_approved>1</wp:comment_approved>
21  </wp:comment>
22</item>
23
24</channel>
25</rss>