I have a problem like the one mentioned in the AxKit FAQ,
with PHP and AxKits use of Expat. With the AxKit config in the httpd.conf, Apache just
dumps the PHP as a plain text file.
I use this to avoid problems:
# AxKit Perl configuration Start
PerlModule AxKit
<FilesMatch "\.(xml|xsl)$">
SetHandler perl-script
PerlHandler AxKit
AxAddStyleMap application/x-xpathscript
Apache::AxKit::Language::XPathScript
# add the following only if you intend to install Sablotron
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
#
</FilesMatch>
# AxKit End
The downside is that I can't use PHP and XML at the same time.
That is compiling an xml page using PHP.
Is there another workaround that helps this ?
/Nis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]