I have the following code inside a class:
$tmp= $this->Xml->xpath(\"/page/text[@id=\'$this->Id\']\"); $tmp[0]= $this->Text; echo $tmp[0]; echo $t
list( , $node) = each($tmp); $node->asXML($this->FileName);