- or download this
....
<unit id="3Ojs1SLwMmEHK8mJ0_dc2:43”>
...
<alt-title origin="price"><otherPrice/></ alt-title>
</unit>
....
- or download this
use XML::LibXML;
my $parser =XML::LibXML->new();
...
my ($application_id_node) = $root->findnodes('//file/body/group/unit/a
+lt-title/otherTitle/text()');
$application_id_node->removeChildNodes();
$application_id_node->appendText('new value');
- or download this
<alt-title origin="tilte"><otherTitle/></ alt-title>
- or download this
<alt-title origin="tilte"><otherTitle>new value<otherTitle></ alt-ti
+tle>