An action module for
use XML::PatAct::ACTION; my $patterns = [ PATTERN => ACTION, ... ]; my $matcher = XML::PatAct::ACTION->new(Patterns => $patterns, Matcher => $matcher );
XML::PatAct::ACTION is a PerlSAX handler for applying pattern-action lists to \s-1XML\s0 parses or trees. XML::PatAct::ACTION ...
New XML::PatAct::ACTION instances are creating by calling `new()'. A Parameters can be passed as a list of key, value pairs or a hash. Patterns and Matcher options are required. Patterns is the pattern-action list to apply. Matcher is an instance of the pattern or query matching module.
\s-1DESCRIBE\s0 \s-1THE\s0 \s-1FORMAT\s0 \s-1OF\s0 \s-1YOUR\s0 \s-1ACTIONS\s0 \s-1HERE\s0
This template file was written by Ken MacLeod, [email protected]
perl\|(1)
``Using PatAct Modules'' and ``Creating PatAct Modules'' in libxml-perl.