Not directly, not sure why you need to though, surely the XML is not going to be read directly but transformed to another format? You can therefore just store the image path. If you have to store the actual binary data then you'll need to encode it, base 64 is a common choice, as not all characters are allowed in XML.
--
Joe (
Microsoft MVP - XML)