$aa="test"; $aa.=" "; (five blank..) $aa.="hahaha";
$aa is insert xml document.. and   is not used.. (like html)
Does not the method exist?
why don't you just replace the spaces with NBSP? just use the str_replace function on your $aa string.