loadXML($xml); if ($document == null) { die ('/* invalid xml document:'.$xml.' */'); } $root = $document->documentElement; echo '{"' . $root->tagName . '":' . xml2json($root) . '}'; ?>