读书人

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

发布时间: 2012-10-07 17:28:51 作者: rapoo

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

读书人网 >XML SOAP

热点推荐