On Thu, 2002-04-25 at 15:07, Matt Sergeant wrote: > Steve Willer and Jorg were both at one time working on being able to call > AxKit from within AxKit (as a subrequest). Should be quite possible, but > probably needs some issues fixed. Then you'd be able to request something > like "axkit://order.xsp".
That'd be very useful to me, too. I have a system under construction where most of the content goes through XPathScript and then XSLT, but doesn't begin with XSP. Yet to take advantage of some of the libraries for XSP and still merge the results into the same final document I've been using the sub-pipeline technique to haul chunks of XML into the final stylesheet on-the-fly, for things like lists of recent articles, navigation controls, etc. The big plus for me is that I can mitigate the performance problem a little by having AxKit cache the output of most of those XSP programs running in sub-pipes--I don't need to re-generate the list of recent publications for every hit, for example. So would your axkit:// feature still go through the cache? Regards, Chris Wenham www.disenchanted.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
