to: XSLT-users from: Duxx / Rein van der Mast | I try to run XSLT with my Apache webserver (1.3.20) on my WIN32 system (It's actually W98. I know that that is not a proper system for a server, but it's just for a bit of testing and I already implemented PHP (4.0.5) and Perl successfully!).
Now I have added these lines to my httpd.conf file. # for the XSLT module LoadModule mod_xslt xml-xalan/c/Build/Win32/VC6/Release/ApacheModuleXSLT.dll (out of the Xalan-C_1_1-win32.zip file) and <Location /xslt> AddHandler mod_xslt .html AddHandler mod_xslt .txt </Location> But when I start Apache I get the next error message Can't locate API module structure 'mod_xslt' ... in apachemodule xslt.dll:(122) Please tell me what to do ? I'm not a C programmer, but I imagine that it can not be that difficult to make it all work. Duxx Rein van der Mast | Duxx Sluisweg 59 3311 WV DORDRECHT The Netherlands Telephone: +31(0)78-6351955 Fax: +31(0)78-6351956 E-mail: [EMAIL PROTECTED] Homepage: www.duxx.nl WAP: http://www.duxx.nl/wap --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
