GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::PatAct::ActionTempl(3) User Contributed Perl Documentation XML::PatAct::ActionTempl(3)

XML::PatAct::ACTION - 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 XML 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.

DESCRIBE THE FORMAT OF YOUR ACTIONS HERE

This template file was written by Ken MacLeod, ken@bitsko.slc.ut.us

perl(1)

``Using PatAct Modules'' and ``Creating PatAct Modules'' in libxml-perl.

2003-10-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.