In converting to XML, I always have to explicitly add the conversion from the
HTML entity. I suggest adding the following line (or something similar) to the xml_convert() function:
$str = str_replace(" ", " ", $str);
Thanks,
Erik
