Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 00608f52214da1a6fa2dc66b651d4b0d > files > 24

perl-XML-DT-0.19-3mdk.noarch.rpm

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

# tests number comparasion and string-length function


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