xml is for transferring text. an image can not be transferred in it. But you can send the url of the image and use that to retrieve the image. Problem I see with that is enormously high band-widths.
Next thought was to transfer image into ascii code like they did in the old emails. I did find this article
http://www.codeproject.com/Articles/...in-an-XML-File. Good luck.