Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

RSS Feed problem

$
0
0
I am supposed to create a simple RSS Feed for an XML document that I have created, but I am not getting the same results as everyone else for some reason. I was hoping that someone here could shed some light on what I am doing wrong please. Here is my feed code:
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/css" href="../week3/cssfile1.css"?> <rss version="2.0"> <channel>     <Title>Project Gutenberg</Title> 	    <link>http://www.gutenberg.org/</link>         <Description>	online reading / free books</Description> 	 <item>     <title>Self Publishing </title> 	    <description>rss feed to self-published works</description>          <link>http://self.gutenberg.org/rss/authors.aspx</link>         <pubdate>01 May 2013</pubdate>        <lastbuilddate>14 July 2013</lastbuilddate> 	 </item>


This is supposed to open a page that looks like the attached image, but mine does not have the RSS feed at the top of the page at all??
Please advise, as I am new to this, and am noy getting it on my own here....
Oh, and thanks in advance!!

Viewing all articles
Browse latest Browse all 2703

Trending Articles