On torsdag 14. oktober 2004, 15:37, Richard Lewis wrote:
> Is there a way of using Apache/AxKit to match the path as if it were
> a list of strings separated by '/'s 

Yup, you can write a Provider, and that can do anything, you can use 
Perl's regular expressions to match on anything, including a list of 
strings separated by /. I do something like that in my 
AxKit::App::TABOO, BTW.

> and then pass those to an XSLT stylesheet as parameters? 

I'm sure you could, but I think I would have simply generated some XML 
in the output from the Provider, and have the XSLT act on that.

> i.e., can I implement a 'virtual directory 
> structure' with Apache/AxKit like I can in Cocoon?

So, I think the answer is 'yes' :-)

Cheers,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/        OpenPGP KeyID: 6A6A0BBC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to