Hi Jeffrey, Gross, Jeffrey <jgross03 at harris.com> writes: > xercesc::DOMElement* e = > statusElement.dom_document().createElement( > xsd::cxx::xml::string("ns2:group")); Try to create the element with the actual namespace URI and createElementNS() instead of using a name with the namespace prefix. Boris