bc4aafa8e4
This adds extra tests to check parsing behavior such as entities, tag handling, CDATA, etc. This will help ensure the new feed processor matches the previous behavior.
30 lines
1.4 KiB
XML
30 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!-- Lifted from http://cyber.law.harvard.edu/rss/examples/rss2sample.xml -->
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>Liftoff News</title>
|
|
<link>http://liftoff.msfc.nasa.gov/</link>
|
|
<description>Liftoff to Space Exploration.</description>
|
|
<language>en-us</language>
|
|
<pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>
|
|
<lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
|
|
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
|
|
<generator>Weblog Editor 2.0</generator>
|
|
<managingEditor>editor@example.com</managingEditor>
|
|
<webMaster>webmaster@example.com</webMaster>
|
|
<item>
|
|
<title>Encoded "entity"</title>
|
|
<link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link>
|
|
<description>They take a crash course in language & protocol.</description>
|
|
<pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate>
|
|
<guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid>
|
|
</item>
|
|
<item>
|
|
<title>Embedded <b>tags</b></title>
|
|
<link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>
|
|
<description>The proposed <b>VASIMR</b> engine would do that.</description>
|
|
<pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate>
|
|
<guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid>
|
|
</item>
|
|
</channel>
|
|
</rss>
|