Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        $alt->parentNode->removeChild($alt);
    }
    print $dom;
    
  2. or download this
    open file.xml ;
    rm //image/alt[not(text())] ;
    save :b ;