XML - 数据交换管理/RSS/答案
外观
< XML - 数据交换管理 | RSS
1. | 从 redandblack.com 中选择三篇文章,并手动创建一个 RSS 文档。将您的文件上传到您的网页区域,并使用 RSS 聚合器来阅读该文件。使用 feedvalidator.org 验证您的文件。 |
2. | 从 sourceforge.net 中选择三个最受欢迎的下载,并手动创建一个 RSS 文档。将您的文件上传到您的网页区域,并使用 RSS 聚合器来阅读该文件。使用 feedvalidator.org 验证您的文件。 |
RSS_Exercise_1.xml (由 Jan Helge Austbø 提交)
<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
<title>redandblack.com</title>
<link>http://www.redandblack.com/index.html</link>
<description>The Red and Black - serving the University of Georgia community</description>
<copyright>Copyright 2004 The Red and Black Publishing Company</copyright>
<language>en-us</language>
<lastBuildDate>Wed, 17 Nov 2004 13:31:00 EST</lastBuildDate>
<image>
<url>http://media.redandblack.com/vimages/default/masthead_small.gif</url>
<title>The Red and Black > Home Page</title>
<link>http://www.redandblack.com/index.html</link>
</image>
<item>
<title>Adams high on salary list</title>
<link>http://www.redandblack.com/vnews/display.v/ART/2004/11/17/419acdf96ada1</link>
<description>University President Michael Adams was ranked sixth in a recent study of the country's highest paid public university . . . </description>
<author>[email protected] (SARA PAUFF)</author>
<pubDate>Wed, 17 Nov 2004 10:31:00 EST</pubDate>
</item>
<item>
<title>Group celebrates Brazilian dance</title>
<link>http://www.redandblack.com/vnews/display.v/ART/2004/11/17/419ab88621abc</link>
<description>Like African slaves in 19th-century Brazil, University student Camila Esposel practices capoeira.</description>
<author>[email protected] (MEILING AROUNNARATH)</author>
<pubDate>Wed, 17 Nov 2004 11:31:00 EST</pubDate>
</item>
<item>
<title>Freshmen dominate starting positions</title>
<link>http://www.redandblack.com/vnews/display.v/ART/2004/11/17/419acdfa4d8c8</link>
<description>Freshmen guards Channing Toney and Sundiata Gaines said they thought the same thing when they considered coming to play . . .</description>
<author>[email protected] (MEILING AROUNNARATH)</author>
<pubDate>Wed, 17 Nov 2004 15:31:00 EST</pubDate>
</item>
</channel>
</rss>
RSS_Exercise_2.xml (由 Jan Helge Austbø 提交)
<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
<title>sourceforge.net</title>
<link>http://www.sourceforge.net</link>
<description>SourceForge.net is the world's largest Open Source software development website</description>
<copyright>Copyright 2004 - OSTG Open Source Technology Group, All Rights Reserved</copyright>
<language>en-us</language>
<lastBuildDate>Wed, 17 Nov 2004 13:31:00 EST</lastBuildDate>
<image>
<url>http://images.sourceforge.net/images/SourceForge.jpg</url>
<title>SourceForge.net</title>
<link>http://www.sourceforge.net</link>
</image>
<item>
<title>eMule</title>
<link>http://sourceforge.net/projects/emule/</link>
<description>Gaim is a GTK2-based instant messenger application. It supports multiple protocols via modules, including AIM, ICQ, Yahoo!, MSN, Jabber, IRC, Napster, Gadu-Gadu and Zephyr.</description>
<pubDate>Tue, 23 Nov 2004 15:29:00 EST</pubDate>
</item>
<item>
<title>Azureus - BitTorrent ClientAccepting Donations</title>
<link>http://sourceforge.net/projects/azureus/</link>
<description>Azureus is a powerful, full-featured, cross-platform java BitTorrent client.</description>
<pubDate>Tue, 23 Nov 2004 15:30:00 EST</pubDate>
</item>
<item>
<title>BitTorrent</title>
<link>http://sourceforge.net/projects/bittorrent/</link>
<description>BitTorrent is a tool for distributed downloads.</description>
<pubDate>Tue, 23 Nov 2004 15:31:00 EST</pubDate>
</item>
</channel>
</rss>