AxKit::XSP::QueryParam is an XSP Taglib that allows for advanced parameter manipulation, through XSP. Getting, setting, removing, enumerating a list of parameters, and so forth, can all be easily accomplished using this module.
This is intended as a replacement for the AxKit::XSP::Param taglib.
QUICK START:
AxAddXSPTaglib AxKit::XSP::QueryParam
3) Add the QueryParam namespace to your XSP pages
xmlns:param="http://www.axkit.org/2002/XSP/QueryParam"