出来xml中&奇怪符号有关问题

出来xml中&奇怪符号问题if (!empty($row-image)){$product_image $doc-createElement ( product_imag

出来xml中&奇怪符号问题
if (!empty($row->image)){
$product_image = $doc->createElement ( 'product_image');
$product_image->appendChild ($doc->createTextNode('www.NNN.com/videostore/image/'.$row->image));
$product->appendChild($product_image);
}