When I pass the XML file in simplexml_load_file to convert the XML tag into the Array its always skip the XML tag which name include the ':' value. Please advice how we convert such XML tag in to the Array.
Code:
$xmlArray=simplexml_load_file("WordPress.xml");
XML tag which not converted into the Array:
<wp:post_id>11149</wp:post_id>