I am trying to produce Rss feeds for my website , Everything works perfectly in IE but in firefox items are printed as plain text without links :-
my RSS is as follows
I don't know where i am going wrong Please somebody tell me what i the problem<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Title</title>
<link>http://website.co.cc</link>
<description>6000</description>
<item><title>my new post</title>
<link>index.php</link>
<description> description </description>
</item>
</channel></rss>![]()


Reply With Quote
Bookmarks