Hi,
When I am retrieving feeds from a particular website into nodes, the body of the feed is not clean: it contains <?xml version="1.0" encoding="utf-8"?> before the text in the body field.
I believe this is due to a bad configuration on their end (this info should only be coded in the xml header).
However, since I can't have this website change its configuration, what would be the best option to automatically get rid of this text string?
thanks in advance