I guess you have all visited map sites or some other site where you had the option to hit a submit button to have the page you were looking at emailed to you.
If I had to do this in AxKit, I would simply make such a submit button request a page in a different directory and setup a slightly different pipeline there. 1 - I am not sure that the earlier stages in the pipeline would be cached if you switched the directory of the requested file. 2 - I am not sure how to get all data from a previous stage in the pipeline as a whole page instead of doing "point transformations"... my guess is I would simply do a couple of simple Xpathscript calls to get page/head and page/body and then send that to Mail::SendMail... which brings up the issue of how do Xpathscript requests within in XPS document. <hacker language="Perl" type="AxKit" uniqueness="just another"> Terrence Brannon </hacker>
