Here is the error it shows on the feed page
Reference to undefined entity 'reg'.
Line: 1000 Character: 20
<title>Zippo® Pocket/Hand Warmer </title>
I did have the problem with Reference to undefined entity 'Acirc'. but looked it up and fixed it by
Thanks a lotOpen
/catalog/controller/feed/google_base_improved.php
find this
htmlentities($value)
around line 131 and change it to
str_replace('Â','',htmlentities($value))