出来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);
}