<?php $xml = <<<XML <?xml version="1.0" ?> <root><child><grandchild/></child><child><grandchild/></child></root> XML; $doc = new DOMDocument; $doc->loadXML($xml); foreach ($doc->documentElement->childNodes as $el) { echo $el->tagName . "\n"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`