<?php $xml = '<user:name test:one = "firstUser" />'; print_r($xml); echo '\n'; echo '\n'; $doc = new DOMDocument(); $xpath = new DOMXPath($doc); $simpleXml = simplexml_load_string($xml); echo '\n'; print_r($simpleXml);
You have javascript disabled. You will not be able to edit any code.