|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml"> |
| 3 | +<channel> |
| 4 | +<title>First Weblog</title> |
| 5 | +<link>http://localhost/weblog/</link> |
| 6 | +<description>This is a test weblog.</description> |
| 7 | +<language>en-us</language> |
| 8 | +<copyright>Copyright 2004</copyright> |
| 9 | +<lastBuildDate>Sat, 29 May 2004 23:39:25 -0800</lastBuildDate> |
| 10 | +<pubDate>Sat, 29 May 2004 23:39:57 -0800</pubDate> |
| 11 | +<generator>http://www.movabletype.org/?v=3.0D</generator> |
| 12 | +<docs>http://blogs.law.harvard.edu/tech/rss</docs> |
| 13 | +<webMaster>Melody</webMaster> |
| 14 | + |
| 15 | +<item> |
| 16 | +<title>Entry Two - link and id differ, isPermaLink="true"</title> |
| 17 | +<description><![CDATA[Found id from "permaLink": <guid isPermaLink="true">]]></description> |
| 18 | +<xhtml:body><![CDATA[<p>Hello!</p>]]></xhtml:body> |
| 19 | +<link>http://localhost/weblog/2004/05/pets.html</link> |
| 20 | +<author>Melody</author> |
| 21 | +<guid isPermaLink="true">http://localhost/weblog/2004/05/cats.html</guid> |
| 22 | +<category>cats</category> |
| 23 | +<pubDate>Sat, 29 May 2004 23:39:25 -0800</pubDate> |
| 24 | +</item> |
| 25 | + |
| 26 | +<item> |
| 27 | +<title>Entry Two - link and id differ, isPermaLink="false"</title> |
| 28 | +<description><![CDATA[Found id from "guid": <guid isPermaLink="false">]]></description> |
| 29 | +<xhtml:body><![CDATA[<p>Hello!</p>]]></xhtml:body> |
| 30 | +<link>http://localhost/weblog/2004/05/pets.html</link> |
| 31 | +<author>Melody</author> |
| 32 | +<guid isPermaLink="false">http://localhost/weblog/2004/05/dogs.html</guid> |
| 33 | +<category>dogs</category> |
| 34 | +<pubDate>Sat, 29 May 2004 23:39:25 -0800</pubDate> |
| 35 | +</item> |
| 36 | + |
| 37 | +<item> |
| 38 | +<title>Entry Two - link and no id</title> |
| 39 | +<description><![CDATA[Found id from "link": no <guid>]]></description> |
| 40 | +<xhtml:body><![CDATA[<p>Hello!</p>]]></xhtml:body> |
| 41 | +<link>http://localhost/weblog/2004/05/pets.html</link> |
| 42 | +<author>Melody</author> |
| 43 | +<category>pets</category> |
| 44 | +<pubDate>Sat, 29 May 2004 23:39:25 -0800</pubDate> |
| 45 | +</item> |
| 46 | + |
| 47 | +</channel> |
| 48 | +</rss> |
0 commit comments