second edit: I need help!!! I can not get this damn thing to Validate!!! Please help, someone!! I cannot get it to work, I losing hair by the minute. the file is as follows: <?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0"> <channel> <title>Cramer's Opening Discussion</title> <description>The Topps Company (TOPP) ...recommending a value play here. Topp is my most valuable player....</description> <link>http://thecramerreport.com/April%203-7/monday.html</link> <item> <title>Cramer's LIGHTNING ROUND</title> <description>BULLISH: Vasco Data (VDSI) Cytic Corp (CYTC) Penn National Gaming (PENN) BEARISH: Avon (AVP)...</description> <link>http://thecramerreport.com/April%203-7/monday.html</link> </item> <item> <title>Cramer's Mid Show Mention</title> <description>Iconix (ICON)This company I like may produce nothing of value, but it does make itself a lot of money! I think it could do the same thing for you...</description> <link>http://thecramerreport.com/April%203-7/monday.html</link> </item> </channel> </rss> PHP:
http://validator.w3.org/feed/ It validated with only 2 warnings. But the feed itself is fine it looks like.
<?xml version="1.0" encoding="iso-8859-1"?> <rss version="2.0"> <channel> <title>Your Title</title> <link>http://YourUrl.com/</link> <description>Your Description</description> <item> <title> Cramer's Opening Discussion </title> <description> The Topps Company (TOPP) ...recommending a value play here. Topp is my most valuable player.... </description> <link> http://thecramerreport.com/April 3-7/monday.html </link> <guid> http://thecramerreport.com/April 3-7/monday.html </guid> </item> <item> <title> Cramer's LIGHTNING ROUND </title> <description> BULLISH: Vasco Data (VDSI) Cytic Corp (CYTC) Penn National Gaming (PENN) BEARISH: Avon (AVP)... </description> <link> http://thecramerreport.com/April 3-8/monday.html </link> <guid> http://thecramerreport.com/April 3-8/monday.html </guid> </item> <item> <title> Cramer's Mid Show Mention </title> <description> Iconix (ICON)This company I like may produce nothing of value, but it does make itself a lot of money! I think it could do the same thing for you... </description> <link> http://thecramerreport.com/April 3-9/monday.html </link> <guid> http://thecramerreport.com/April 3-9/monday.html </guid> </item> </channel> </rss> this is a valid xml http://validator.w3.org/feed/