<?php $xmlstring = '<root> <origen>...</origen> <trend> <zone id="809" name="AGi"> <subzone id="809" name="AGi"> <text> I want this text. </text> </subzone> </zone> </trend> </root>'; $xml = simplexml_load_string($xmlstring, "SimpleXMLElement", LIBXML_NOCDATA); echo $xml->trend->zone->subzone->text;
You have javascript disabled. You will not be able to edit any code.