DOMText* text_node = dynamic_cast<DOMText*>( child_element->getFirstChild()); string data = XMLCh_to_string(text_node->getData());