AxKit::XSP::Param - A namespace wrapper for accessing HTTP request paramaters by name, as XML elements. Add the param: namespace to your XSP tag: > And add the taglib to AxKit (via httpd.conf or .htaccess): AxAddXSPTaglib AxKit::XSP::Param The XSP param: tag library implements a simple way to access HTTP request parameters (query string and posted form data) by field name. Thus, the value submitted from this text box is available after POSTing as The same is true for information passed through the query string. The best way to describe this taglib's use is with a few examples:

Greetings, , welcome to our site!

Note that if the specified parameter field does not exist no error is thrown. So, this: Will result in following after proccessing: 14/Feb/2001 perl 5.005, patch 03 2