my $root = $doc->getDocumentElement(); my $whole_node = $doc->createElement("url"); $whole_node->setAttribute("id","14"); $whole_node->setAttribute("link","http://www.yahoo.com"); $whole_node->setAttribute("name","The first link I ever saw"); $root->appendChild( $whole_node );