use XML::Rules; my $parser = XML::Rules->new( rules => [ '_default' => '', 'the_tag' => sub { my ($tag, $attr, $context) = @_; print join('->', @{$context}), "-><$tag>\n"; } ] ); $parser->parsefile( $filename);
In reply to Re: XML search module
by Jenda
in thread XML search module
by jesuashok
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |