<?php $xml = "<xml><first-node>foo</first-node><second-node><nested-node>bar</nested-node></second-node><third-node>baz</third-node></xml>"; $a = new SimpleXMLElement($xml); var_export((array)$a);
You have javascript disabled. You will not be able to edit any code.