Correction orthographe pour systeme unix

This commit is contained in:
Michael RICOIS 2010-06-17 13:45:03 +00:00
parent 92dd6061ee
commit 0aa9f173bd

View File

@ -68,7 +68,7 @@ function infogreffe_kbisToHTML ( $fichier ) {
$xmlDoc = new DOMDocument;
$xmlDoc->load($fichier);
$xsl = new DOMDocument;
$xsl->load(realpath(dirname(__FILE__).'/KbisWebservice.xsl'));
$xsl->load(realpath(dirname(__FILE__).'/KbisWebService.xsl'));
$proc = new XSLTProcessor;
$proc->importStyleSheet($xsl); // attach the xsl rules
$html = $proc->transformToXML($xmlDoc);