Quote Originally Posted by xcergy View Post
Can't help you .. but I did go through my file and did a find/replace.

Bottom line, that was not my problem. I re-did the feed and got a mis-match error
Line 14 col 69
<link>http://xcergy.com/index.php?main_page=product_info&products_id=187&language=en&currency=USD</link>

The offender is product_id=1878

So Google does not like an equal sign?

What next? I'm lost.
Google liked the equal signs in my file, in my case it was the ampersand(&)...

Did you change them all?

main_page=product_info&amp;products_id=187&amp;language=en&amp;currency=USD

Also, you may want to try changing the (encoding="UTF-8") to (encoding="UTF-16") at the very top of the file. I had also done this per the suggestion of a previous message in this feed but am not sure what the significance is.

I'm thinking that if google didnt like the equal sign it would have choked at the (main_page=product_info) instead of at the product number. I dunno, but following these changes mine worked fine. Maybe someone else has a better explanation???