--TEST-- Document::saveXml() with XML namespace declaration --EXTENSIONS-- dom --FILE-- '); $root = $dom->documentElement; $root->setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns:xml', 'http://www.w3.org/XML/1998/namespace'); echo $dom->saveXml(), "\n"; ?> --EXPECT--