GCT::XSP::ActionTaglib

Helps Compose AxKit XSP taglibs in a simple and extensible manor.
Download

GCT::XSP::ActionTaglib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Griffiths
  • Publisher web site:
  • http://search.cpan.org/~adzz/

GCT::XSP::ActionTaglib Tags


GCT::XSP::ActionTaglib Description

Helps Compose AxKit XSP taglibs in a simple and extensible manor. GCT::XSP::ActionTaglib is a Perl module that helps compose AxKit XSP taglibs in a simple and extensible manor.SYNOPSIS package MyTaglib; use GCT::XSP::ActionTaglib; @ISA = qw(use GCT::XSP::ActionTaglib;); our $NS = 'MyTaglib-URI'; our $tagactions; $tagactions->{tag1}=;ActionTaglib helps write a talgib module for AxKit. One or more 'actions' are assigned to each XML element processed by the taglib. When the XSP page is 'run' ActionTaglib performs these actions as it parses the XML elements they are assigned to. An action is implemented as two Perl subroutines one for when the opening XML element is parsed, the 'start' subroutine, and one for when the closing XML element is parsed, the 'end' subroutine. Requirements: · Perl


GCT::XSP::ActionTaglib Related Software