Say I have this following XML structure:
some value<
$xml = new SimpleXMLElement($xml); $this->xmlcode = (string) $xml->parent[0]->child1;