At 11:46 1/4/2002 +0000, you wrote:

> > The following works:
> > <Files "*.xml">
> >                  SetHandler perl-script
> >                  PerlHandler AxKit
> >                  AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
> > </Files>
> >
> > Substitute Files with Location, it isn't even recognized as an AxKit file,
> > allthough IMHO it
> > should.
>
>Yes, I'm not sure why it doesn't work. I think LocationMatch does work
>though.

Then maybe it's best to change the setup example in the documentation to
<Files>? Files may even be better for 3 reasons:
1) It's before location in the rulematching scheme of Apache (slight 
performance increase)
2) LocationMatch needs a regex, which needs to consider extra-paths. Not 
very nice to deal
with, considering requests like:
/file.xml/my.xml/articles/
3) Files can be within Directories, making it easier to deal with 
(allthough LocationMatch could
probably provide 1 less readable regex)

The url in question:
http://axkit.org/docs/quick_start.dkb?section=1




Best regards,

Melvyn Sopacua
WebMaster IDG.nl
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
If it applies, where it applies - this email is a personal
contribution and does not reflect the views of my employer
IDG.nl.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\ 


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

Reply via email to