in reply to Re: Update an XML node value based on one of the attribute values.
in thread Update an XML node value based on one of the attribute values.

Thanks.. my issue resolved.

$node->firstChild->setData("blahblah");

did the trick :)
  • Comment on Re^2: Update an XML node value based on one of the attribute values.