Hi Folks im a bit of a novice at xml and rss can anyone spot any errors in my coding as it isnt validating? <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <xml version="1.0"> <channel> <title>My Site</title> <description>Properties in spain, turkey, bulgaria and morocco</description> <link>http://mysite.com</link> <item> <guid>http://mysite.com/feed</guid> <title>new investment opportunity</title> <description>A new investment opportunity has arisen in Bulgaria offering an amazing 90%on completion term and a 5 year rental guarentee!</description> <link>http://www.mysite.com/property.htm</link> </item> </channel> <atom:link href="http://mysite.com/feed.xml" rel="self" type="application/rss+xml"/> </rss>