hi larry, please explain, what in particular is wrong with your php-xslt installation?
maybe you can first of all try http://www.dependencywalker.com to check if all needed .dlls are there. if you still need the new libexpat.dll you have to go to http://sourceforge.net/projects/expat/ - it's james clarks expat page on sourceforge, and there you can get the new libexpat.dll in the latest expat archive. you can also view php source code of my running xslt processing script, if you go to http://www.remslakecity.de/source.php?url=/xslt/xp.php i wish you all the best, - marco <mail>[EMAIL PROTECTED]</mail> <url>http://www.remslakecity.de</url> ----- Original Message ----- From: larryv To: [EMAIL PROTECTED] Sent: Saturday, September 21, 2002 10:26 PM Subject: php_xslt.dll Did you get XSLT to work? I'm having the same problem. > I get this 'module not found'-errors all the time and could not find a > solution up to now. > i tried everything this group recommends, but the problem gets weirder and > weirder. > I even tried DependencyMaker and it says a libexpat.dll is missing. This dll > is not included to the php-4.2.3-distribution. (somebody suggested expat.dll > will do - NOT on my machine) > > > i found a rersolution to the php_xslt.dll extension installting problem > > you're lucky! > > > in your php.ini, you have to write: extension_dir = c:/php/extensions > > would be d:/php/extensions on my machine. does NOT solve the problem. > > > copy the 4 following .dll's to your windows/system32 directory > > - php/php4ts.dll > > - php/extensions/php_xslt.dll > > - php/dlls/expat.dll > > - php/dlls/sablot.dll > > all done. does NOT solve the problem. > > I am using IIS 5 on WIN2000/SP3 . But this is definitely not a > server-related problem i think. > To me it seems very much as a bug in the php-module-implementation or in the > php_xslt.dll itself. > > Btw: is there somehing like an official installation procedure? > > any help would be very appreciated. > [EMAIL PROTECTED] > > > > > ------------------------------------------------------------------------------