On Wed, 29 Jan 2003, Alex Sergeyev wrote: > Hello, > > Is any way to get filename (url), that currently runed in AxKit? > > I know "Apache::AxKit::Plugin::AddXSLParams::Request" but I run requests > by 'axkit:' scheme and wish to know subrequest uri in my XSL...
Hmm, I don't think there is. See when you use axkit: it simply dumps the XML from the request into the current processing stream. The only way to access the current URL would be to put it into the generated XML (by making the request get some XSP that knows its own filename via $r->filename). Sorry. > BTW... Are any internal variables readable by XSL in AxKit? Sure. You can write perl extension functions with XML::LibXSLT, so you can do quite a lot. -- <!-- Matt --> <:->get a SMart net</:-> Spam trap - do not mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
