Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 4a8b5f8faf752713905adac5e0305379 > files > 22

perl-XML-DT-0.19-4mdk.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";