Help for this page

Select Code to Download


  1. or download this
    ....
    <unit id="3Ojs1SLwMmEHK8mJ0_dc2:43”>
    ...
      <alt-title origin="price"><otherPrice/></ alt-title>
    </unit>
    ....
    
  2. 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');
    
  3. or download this
      <alt-title origin="tilte"><otherTitle/></ alt-title>
    
  4. or download this
      <alt-title origin="tilte"><otherTitle>new value<otherTitle></ alt-ti
    +tle>