/ Published in: PHP
the LIBXML parameter is what this snippet is about. Also this is one way to retrieve XML without having a XML-declaration prepended <?xml>
Expand |
Embed | Plain Text
$dom->saveXML($this->documentElement, LIBXML_NOEMPTYTAG);
You need to login to post a comment.
