By the way; is it possible to "append" to the processing chain in some way? I've got a taglib that's used in only one page, and I want to have the same processing chain done on this page as any other page, except that I also want an additional XSL transformation at the end of it to handle the output from the taglib.
Two ways to do this:
The most standards compliant way is to always apply the last stylesheet, but have some variable in it that makes it an identify transform if it's not set. Then set $cgi->param('myvariablename') when you want to execute that extra stylesheet.
The other way is to call AxKit::insert_last_stylesheet($type, $href).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
