--TEST-- Serialize XML namespace on elements --EXTENSIONS-- dom --FILE-- appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:test")); $root->appendChild($dom->createElementNS("http://www.w3.org/XML/1998/namespace", "xml:child")); echo $dom->saveXml(), "\n"; ?> --EXPECT--