salut
j'essaye de transfomer un fichier xml avec un xsl pour avoir un .html en fin...
je bosse avec Wamp server avec php5
j'ai activé l'extension php_xsl (le fichier php_xsl.dll existe bien dans php/ext )
j'ai télécharger Sablot-Win-1.0.2 et j'ai mis sabcmd.exe et sablot.dll dans system32
j'ai télécharger expat_win32bin_1_95_8.exe, j'ai cherché les fichiers .dll dans le dossier d'installation et je les ai mis dans system32 (j'ai aussi renommé libexpat.dll en expat.dll seulement et je l'ai mis avec les autres)
j'ai redemarré tout le windoz
mais malgré ça le code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
$xh = xslt_create();
	$res = xslt_process($xh, 'nmap_scan.xml', 'nmap.xsl');
	xslt_free($xh);
	echo $res;
me retourne
Fatal error: Call to undefined function xslt_create() in d:\php\www\projet\consulter.php on line 49
any ideas ????