Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0cd5fd3e529b0f23e75e889033cbc8c1 > files > 28

perl-XML-DT-0.660.0-1.mga4.noarch.rpm

#!/usr/bin/perl
use XML::DT ;
my $filename = "ex7.xml";;

# Test the name()
# tests the starts_with and the contains

%handler=(
	  '-inputenc' => 'ISO-8859-1',
     '//*[not(contains(name(),"c"))]' => sub{print "$c\n";toxml},
);
pathdt($filename,%handler);
print "\n";