ownerDocument->createElementNS(NULL, 'DUMMY'); $new_text_node = $in_elm->ownerDocument->createTextNode($ed_data); $container_elm->appendChild($new_text_node); return $container_elm; } ?>