Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use strict;
    ...
        $node->appendText($new_text);
    }
    print $dom;
    
  2. or download this
    open file.xml ;
    for (/header/id/b|/header/id/c) set text() "YOUR TEXT HERE" ;
    save :b ;