use XML::Rules; my $parser = XML::Rules->new( rules => { message => sub { print $_[1]->{author}, "\n\n"; } } ); $parser->parse('pm.xml');
Oh, you wanted XPath, never mind ;-)
In reply to Re: Perl and XPath.
by Jenda
in thread Perl and XPath.
by DigitalKitty
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |