|
PerlModule AxKit
AxCacheDir /tmp/axkit_cache
AxAddPlugin preAxKit
AxAddPlugin Apache::AxKit::StyleChooser::UserAgent
AxAddPlugin Apache::AxKit::StyleChooser::Cookie
AxAddPlugin Apache::AxKit::StyleChooser::QueryString
AxErrorStylesheet text/xsl /stylesheets/error.xsl
#AxLogDeclines On
#AxStackTrace On
#AxDebugLevel 10
#AxNoCache On
PerlSetVar MinisessionDir /var/tmp/sessions
PerlSetVar MinisessionLockDir /var/tmp/sessionlock
<Files "*.xml*">
PerlSetVar AxUAStyleMap "netscape => Mozilla/4.77,\
netscape => Mozilla/4.75, \
netscape => Mozilla/4.79, \
text => Lynx, \
screen=>"
AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
AxAddStyleMap text/xslfo Apache::AxKit::Language::PassiveTeX
SetHandler AxKit
<AxMediaType screen>
<AxStyleName #default>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs.xsl TEI.2
AxAddRootProcessor text/xsl /stylesheets/docbook/html/docbook.xsl article
</AxStyleName>
<AxStyleName netscape>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs.xsl TEI.2
</AxStyleName>
<AxStyleName screen>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs.xsl TEI.2
AxAddRootProcessor text/xsl /stylesheets/docbook/html/docbook.xsl article
</AxStyleName>
<AxStyleName printable>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs-printable.xsl TEI.2
</AxStyleName>
<AxStyleName text>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs-text.xsl TEI.2
</AxStyleName>
<AxStyleName css>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs-css.xsl TEI.2
</AxStyleName>
<AxStyleName raw>
AxAddRootProcessor text/xsl /stylesheets/teihtml-oucs-raw.xsl TEI.2
</AxStyleName>
<AxStyleName .pdf>
AxAddRootProcessor text/xsl /stylesheets/tei-oucs.xsl TEI.2
AxAddProcessor text/xslfo NULL
</AxStyleName>
</AxMediaType>
</Files>
<Files "*.xsp*">
PerlSetVar AxUAStyleMap "netscape => Mozilla/4.77,\
netscape => Mozilla/4.75, \
netscape => Mozilla/4.79, \
text => Lynx, \
screen=>"
AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP
AxAddStyleMap text/xslfo Apache::AxKit::Language::PassiveTeX
AxAddXSPTaglib AxKit::XSP::Util
AxAddXSPTaglib AxKit::XSP::ESQL
AxAddXSPTaglib AxKit::XSP::PerForm
AxAddXSPTaglib AxKit::XSP::Param
AxAddXSPTaglib OUCSUtils
AxAddRootProcessor application/x-xsp NULL {http://apache.org/xsp/core/v1}page
AxAddRootProcessor application/x-xsp NULL {http://www.apache.org/1999/XSP/Core}page
SetHandler axkit
<AxMediaType screen>
<AxStyleName #default>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs.xsl
</AxStyleName>
<AxStyleName raw>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs-raw.xsl
</AxStyleName>
<AxStyleName xsp>
AxAddProcessor application/x-xsp NULL
</AxStyleName>
<AxStyleName netscape>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs.xsl
</AxStyleName>
<AxStyleName screen>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs.xsl
</AxStyleName>
<AxStyleName printable>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs-printable.xsl
</AxStyleName>
<AxStyleName text>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs-text.xsl
</AxStyleName>
<AxStyleName css>
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/teihtml-oucs-css.xsl
</AxStyleName>
<AxStyleName .pdf>
AxResetProcessors
AxAddProcessor application/x-xsp NULL
AxAddProcessor text/xsl /stylesheets/tei-oucs.xsl
AxAddProcessor text/xslfo NULL
</AxStyleName>
</AxMediaType>
</Files>
<Location /coursesng>
AxAddXSPTaglib AxKit::XSP::CourseBooking
AxAddXSPTaglib AxKit::XSP::BarcodeDB
AxAddXSPTaglib AxKit::XSP::PerForm
AxAddXSPTaglib AxKit::XSP::Param
AxAddXSPTaglib AxKit::XSP::Util
</Location>
|