<!DOCTYPE fvdoc [
<!ENTITY nbsp "&#160;">
]>
<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>Feeds must specify XML Version 1.0</p>
</div>
<div id='explanation'>
<p>All RSS and Atom files must conform to the <a href="http://www.w3.org/TR/2004/REC-xml-20040204/">XML 1.0</a> specification</p>
</div>
<div id='solution'>
<p>Replace the version string in the XML declaration with "1.0".&nbsp; The result should look something like this:</p>
<blockquote><p><code>&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;</code></p></blockquote>
</div>
</div>
</fvdoc>

