heise online · c't · iX · Technology Review · Telepolis · mobil · Security · c't-TV · Jobs · IT-Markt · Kiosk
Zum Inhalt
iX

iX 3/2001, p. 167: XML-Programming

XSLT tutorial, part III: dynamic XML with AxKit

On the Fly

Henning Behme

Title picture

Listing 1

AxKit Configuration

#
# 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>

Copyright © 2005 Heise Zeitschriften Verlag Please send comments and suggestions to iX's webmaster Privacy Policy   Masthead page