2011年11月14日 星期一

You could use the DOMDocument class to reformat your xml


$dom = new DOMDocument('1.0');
$dom->preserveWhiteSpace = false;
$dom->formatOutput = true;
$dom->loadXML($simpleXml->asXML());
echo $dom->saveXML();

沒有留言:

wibiya widget