### AxKit::XSP::AttrParam - XSP taglib for HTTP request parameters
The XSP AttrParam tag library implements a simple way to access HTTP request parameters (query string and posted form data) by field name. it is shamelessly stolen from Kip Hampton's AxKit::XSP::Param but allows one to use parameter names that may not be valid XML names, as well as parametre names derived from expressions.
AxKit 1.3_95
It can be installed in the usual ways:
install AxKit::XSP::AttrParam
perl Makefile.PL make make test make install
You may write to me for support, as well probably as to the axkit-users forum (see http://axkit.org/ for more details).
This module is licensed under the same terms as Perl itself.
-- Robin Berjon <robin@knowscape.com>
The human brain is a wonderful thing, but it is also a result of
three billion years' worth of "good enough" implementation. As a
result, it is a giant hack with more than a few quirks.