iX in German Current issue Preview Masthead page
On-line articles > in English URLs
Linux WorldWideWeb > Java > Timeline > XML
FTP-Server > Listings Abo Media data
iX 3/2001, p. 167: XML-Programming
# # in httpd.conf # PerlModule AxKit # # either in httpd.conf (as done in this case) or # in an .htaccess-Datei # <Location /xslt> SetHandler perl-script PerlHandler AxKit PerlSetVar AxTranslateOutput 1 PerlSetVar AxOutputCharset ISO_8859-1 AxCacheDir /home/httpd/htdocs/axkit_cache AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot </Location>