I have to create a valid RSS 0.91 channel based upon the news section information from this page.
I will show you what I have thus far, I just don't know if
A) This is correct
B) I don't know how to represent the part on the page with the 3 bulleted links (half way down)
I will show you what I have thus far, I just don't know if
A) This is correct
B) I don't know how to represent the part on the page with the 3 bulleted links (half way down)
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- RSS 0.91 for the Gazette -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"[URL unfurl="true"]http://my.netscape.com/publish/formats/rss-0.91.dtd">[/URL]
<rss version="0.91">
<channel>
<title>Harvard Gazette: NEWS</title>
<link>[URL unfurl="true"]http://www.news.harvard.edu/gazette/2006/06.08/news.html</link>[/URL]
<description>Your source for Harvard Gazette News</description>
<language>en-us</language>
<item>
<title> Honorary degrees presented to nine at Harvard's 355th Commencement ceremony</title>
<link>[URL unfurl="true"]http://www.news.harvard.edu/gazette/2006/06.08/03-honorands.html</link>[/URL]
<description></description>
</item>
<item>
<title>355th Commencement: Harvard confers 6,706 degrees and 248 certificates</title>
<link>[URL unfurl="true"]http://www.news.harvard.edu/gazette/2006/06.08/42-degrees.html</link>[/URL]
<description></description>
</item>
<item>
<title>That was the year that was</title>
<link>[URL unfurl="true"]http://www.mozillazine.org/talkback.html?article=604</link>[/URL]
<description>A timeline of 2005-06</description
</item>
</channel>