Can you clarify your XML? It came out rather weirdly in the forum. Wrap it in code tags using the # menu button in the editor.
As an example you could use a format similar to:
Code:
<images>
<image alt="alt text here" title="title text here" height="100px" width="100px" source="http://www.example.com/images/myImage.png"/>
<!-- more image elements -->
</images>
You then just need to specify any other attributes that contain data you'll need when constructing your img element in the web page.