|
1 <!-- |
|
2 |
|
3 Description: atom generator works |
|
4 Expect: result.bozo == true && feed.items.length == 1 |
|
5 |
|
6 --> |
|
7 <rdf:RDF |
|
8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
9 xmlns:dc="http://purl.org/dc/elements/1.1/" |
|
10 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" |
|
11 xmlns:admin="http://webns.net/mvcb/" |
|
12 xmlns:cc="http://web.resource.org/cc/" |
|
13 xmlns="http://purl.org/rss/1.0/"> |
|
14 |
|
15 <channel rdf:about="http://example.org/"> |
|
16 <title>fooo</title> |
|
17 <link>http://weblogs.example.org/</link> |
|
18 <description>fooooooo</description> |
|
19 <dc:language>en-us</dc:language> |
|
20 <dc:creator></dc:creator> |
|
21 <dc:date>2006-04-10T08:38:18-08:00</dc:date> |
|
22 <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" /> |
|
23 |
|
24 |
|
25 <items> |
|
26 <rdf:Seq> |
|
27 <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" /> |
|
28 </rdf:Seq> |
|
29 |
|
30 </items> |
|
31 |
|
32 </channel> |
|
33 <item rdf:about="http://weblogs.example.org/archives/009698.html"> |
|
34 <title>Come From?</title> |
|
35 <link>http://example.org/009698.html</link> |
|
36 <description><![CDATA[ |
|
37 %Gâ%@ much of the code |
|
38 ]]></description> |
|
39 <dc:date>2006-02-06T10:19:03-08:00</dc:date> |
|
40 </item> |
|
41 </rdf:RDF> |