AxKit::XSP::WebUtils 1.6 review

Download
by rbytes.net on

AxKit::XSP::WebUtils is a Perl module for utilities for building XSP web apps. SYNOPSIS Add the taglib to AxKit (via httpd.conf

License: Perl Artistic License
File size: 5K
Developer: Matt Sergeant
0 stars award from rbytes.net

AxKit::XSP::WebUtils is a Perl module for utilities for building XSP web apps.

SYNOPSIS

Add the taglib to AxKit (via httpd.conf or .htaccess):
AxAddXSPTaglib AxKit::XSP::WebUtils
Add the web: namespace to your XSP tag:
< xsp:page
language="Perl"
xmlns:xsp="http://apache.org/xsp/core/v1"
xmlns:web="http://axkit.org/NS/xsp/webutils/v1"
>
Then use the tags:
< web:redirect >
< web:uri >foo.xsp< /web:uri >
< /web:redirect >

The XSP WebUtils taglib implements a number of features for building web applications with XSP. It makes things like redirects and getting/setting headers sim

Requirements:
Perl

AxKit::XSP::WebUtils 1.6 search tags