|
phishaman (m)
|
Hi, ive been working on an personal rss feed. ive gotten as far as creating it but everytime i add new topics, it doesnt reflect in any rss reader. what am i doing wrong. Heres a look at the code. (forgive my typos an the lack of sense in it.i just need to know how to get it running)
<?xml version="1.0"?> <rss version="2.0"> <channel> <title> Multi-Consult</title> <link>www.paystar.biz/rss/multiconsult/multiconsultintro.html</link> <description>Rss Channel where users solve the problems of other users in different fields. </description> <generator>note pad</generator> <pubDate>Thur, 10 Jan 2008 14:30</pubDate> <item> <title>Multi-Consult - User Instruction</title> <description>Multi-Consult is an RSS NEWS channel.
Do you have questions you want answered? Or do you think you have answers to questions you know people are asking out there? If yes, then send an email immediately , and we will ensure that your question or answer is pasted on this channel for people to respond to.
To see full instruction, click "full text content" below </description>
<link>www.paystar.biz/rss/multiconsult/multiconsultintro.html</link> <pubDate>Thur, 10 Jan 2008 14:30</pubDate> </item> </channel> </rss>
thank you
|