Actually also RSS should have a valid XML header. Here is a sample from the specifications:
Qt Code:
<?xml version="1.0"?> <rss version="2.0"> <channel> <title>Liftoff News</title> <link>http://liftoff.msfc.nasa.gov/</link> ...To copy to clipboard, switch view to plain text mode
Bookmarks