XML::PatAct::PatternTempl (3)
Leading comments
Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07) Standard preamble: ========================================================================
NAME
XML::PatAct::PATTERN - A pattern module forSYNOPSIS
use XML::PatAct::PATTERN; my $patterns = [ PATTERN => ACTION, ... ] my $matcher = XML::PatAct::PATTERN->new( Patterns => $patterns );
DESCRIPTION
XML::PatAct::PATTERN is a pattern module for use with PatAct action modules for applying pattern-action lists toXML
parses or trees.
XML::PatAct::PATTERN ...
Parameters can be passed as a list of key, value pairs or a hash.
DESCRIBE
THE
FORMAT
OR
LANGUAGE
OF
YOUR
PATTERNS
HERE
AUTHOR
This template file was written by Ken MacLeod, ken@bitsko.slc.ut.usSEE ALSO
perl(1)``Using PatAct Modules'' and ``Creating PatAct Modules'' in libxml-perl.