Image parsing error

Hi,
When I am trying to parse the image from XML file I am getting an error:

       
1. [17:51:06.569] CRITICAL: Error parsing:

XML Parsing Error: not well-formed
Location: <a href="http://localhost/ff/starterkits/travel/filter_test.php
Line"
title="http://localhost/ff/starterkits/travel/filter_test.php
Line"
>
http://localhost/ff/starterkits/travel/filter_test.php
Line</a> Number 47, Column 91:
Text:
            <div class="grid_title"><img src="http://image.shopzilla.com/resize?sq=100&uid=626957925" />

And it is pointing out to 626957925. It expects it to be .gif, .jpg etc. When I parse it I just have straight URL and it is no way for me to add anything in image URL.

Is there a way to fix this validation error or may be just disable it?

Please help!

The & should be escaped

The & should be escaped like: <img src="http://image.shopzilla.com/resize?sq=100&amp;uid=626957925" />