--TEST-- DOMDocumentFragment::appendXML() with children with properties. --CREDITS-- Eric Lee Stewart # TestFest Atlanta 2009-05-24 --SKIPIF-- --FILE-- createElement('root'); $document->appendChild($root); $fragment = $document->createDocumentFragment(); $fragment->appendXML('bar'); $root->appendChild($fragment); print $document->saveXML(); ?> --EXPECT-- bar