Message

Feeds must specify XML Version 1.0

Explanation

All RSS and Atom files must conform to the XML 1.0 specification

Solution

Replace the version string in the XML declaration with "1.0".  The result should look something like this:

<?xml version="1.0" encoding="iso-8859-1"?>

Not clear? Disagree?

Let us know on the feedvalidator-users discussion list!

Copyright © 2002-4 Mark Pilgrim and Sam Ruby