getName() , "
"; foreach($xml->children() as $child) { echo $child->getName() . ": " . $child . "
"; }