- or download this
$labl = XML::XPath::Node::Element->new("images");
...
$rootElm->appendChild( $labl );
- or download this
<images>
<color>
...
</images>
- or download this
$nLabelTxt = XML::XPath::Node::Element->new($item_img);
- or download this
<images>
...
</images>