$labl = XML::XPath::Node::Element->new("images"); $nLabelTxt = XML::XPath::Node::Text->new($item_img); $plabel->appendChild( $nLabelTxt); $rootElm->appendChild( $labl );