createElement("inimene"); $dom->appendChild($juur); $eesnimi=$juur->appendChild($dom->createElement("eesnimi")); $eesnimi->appendChild($dom->createTextNode("Juku")); $perenimi=$juur->appendChild($dom->createElement("perenimi")); $perenimi->appendChild($dom->createTextNode("Juurikas")); $tekst=$dom->saveXML(); header("Content-type: text/xml"); echo $tekst; ?>