RSS help
I'm trying to create my own rss feeds instead of use a generator and this is how far i got.
http://www.freewebs.com/rollingdice/rss.xml
If you go there you'll see that is says: XML Parsing Error: unclosed token Location: http://www.freewebs.com/rollingdice/rss.xml Line Number 1, Column 1:<!–xml version="1.0"?>
In the xml file i don't have it as <!–xml i have it as <?xml. I don't know what i'm doing wrong because i've used the examples from w3schools and many other well known websites. I've tried running it through the feed validater and it said the same thing. If someone can help me or push me in the right direction that would be great
http://www.petefreitag.com/item/465.cfm http://www.xul.fr/en-xml-rss.html http://www.broculos.net/tutorials/how_to_make_a_dynamic_rss_feed_in_php/20080324/en
These sites (along with a handful of others) were sitting there on the first page of results when I googled "how to make an rss feed".
Well i've already been to the pages that have been recommended and actually the beginning of my file i got right from w3schools website. I considered that freewebs might not render my file so i saved the file to my desktop and opened it and still got an error. Also the feed validator says i have an error as well, so i don't believe the host is the problem. I also stated that even though it shows <! i have it as <? so i don't know why it keeps changing, others have posted the same thing but the replies don't get very far. At least i got some replies heh but i still don't believe the question is answered.
<rss version="2.0">
<channel>
<title>Scott's Rss Page</title>
<link>http://www.freewebs.com/rollingdice</link>
<description>test</description>
<item>
<title>Google Sci/Tech News</title>
<link>PROPERLY ENCODE EVERYTHING</link>
<description>New RSS feeds from google</description>
</item>
</channel>
</rss>```