Sorry, I dont speak english very well. But, I have some problems in a DEBIAN
distribution :
libapache-mod-xslt 1.8-4
apache 1.3.33-2
A] But y can't add any other in my httpd.conf, it's failled, for example a
part of my apache.conf :
<Location /xml>
AddHandler mod_xslt .html
AddHandler mod_xslt .txt
</Location>
# FAIL IF ACTIF
#<Directory /var/www/xml>
# XSLTSetStylesheet default_stylesheet.xsl
#</Directory>
# FAIL IF ACTIF
#<Directory /xml/stylesheet>
# XSLTSetStylesheet default_stylesheet.xsl
#</Directory>
# FAIL IF ACTIF
#XSLTTmpDir /tmp
# Always parse .xml files using the
# specified stylesheets
AddHandler mod-xslt .xml
# In this directory, some .php scripts
# output xml to be parsed - those
# scripts need to set the ``Content-Type''
# header to text/xml if they want
# a stylesheet to be applied. Otherwise,
# they will be ignored
# header("Content-Type: text/xml")
# FAIL IF ACTIF
#<Directory /var/www/xml>
# XSLTEngine on
# XSLTAddFilter application/x-httpd-php
#</Directory>
Or in my modules.conf i have that :
LoadModule xslt_module /usr/lib/apache/1.3/mod_xslt.so
B] Can i add my docbook document directely in my /xml directory ? How can i
do that if its possible ?