Hi there

I've just saved a new xml/rss webpage and went to an RSS Validation website to see if it setup properly - however, I encountered the following problem - the RSS Validator (http://feedvalidator.org) says the following:

"XML parsing error: <unknown>:1:1: xml declaration not at start of external entity"

The Line of code it refers to is:
<?xml version="1.0" encoding="ISO-8859-1" ?>

This is xml code I got from another site's RSS feed - I basically want to put their feed on my site using the xml code they provided (so I've set up a .xml file with this code) - but, as above, their xml code has given the above problem. Do you know what I need to do to fix this code/problem?

John.