AxKit::XSP::WebUtils 1.6 review
DownloadAxKit::XSP::WebUtils is a Perl module for utilities for building XSP web apps. SYNOPSIS Add the taglib to AxKit (via httpd.conf
|
|
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 keywords