Once you have AxKit installed, you need to configure Apache to
associate XML files with AxKit.  In doing so, there are a few
considerations to make.  If your installation is only going to be
handling XML files (ex: no PHP or cgi requests) then it's safe to
include the following directives in your httpd.conf:

     # note the PerlModule line has to be *outside* any
     # <Files>, <Location>, <Directory> or <VirtualHost>
     # sections.
     PerlModule AxKit

     SetHandler axkit

     AxCacheDir /tmp/axkit_cache/
     AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT


======

the above is not quite the whole story ... it depends on what 
happened when perl Makefile.PL fed back right here:
checking for module XML::LibXSLT >= version 1.31... no
XML::LibXSLT 1.31 or higher is required for our LibXSLT
XSLT processor to work. You don't have to install it,
but you won't be able to use Apache::AxKit::Language::LibXSLT 
without it.

so a caveat should be placed with the above suggestions for installation


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

Reply via email to