How to control AxKit


AxKit is controlled by Apache directives, eg in httpd.conf or .htaccess:

PerlModule AxKit
<Files "*.xml">
AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
AxAddRootProcessor text/xsl 
     /stylesheets/teihtml-oucs.xsl TEI.2 
AxAddRootProcessor text/xsl 
    /stylesheets/docbook/html/docbook.xsl article
</Files>


18 Next | First| Previous Practical XML under Apache