Correction orthographe pour systeme unix
This commit is contained in:
parent
92dd6061ee
commit
0aa9f173bd
@ -68,7 +68,7 @@ function infogreffe_kbisToHTML ( $fichier ) {
|
|||||||
$xmlDoc = new DOMDocument;
|
$xmlDoc = new DOMDocument;
|
||||||
$xmlDoc->load($fichier);
|
$xmlDoc->load($fichier);
|
||||||
$xsl = new DOMDocument;
|
$xsl = new DOMDocument;
|
||||||
$xsl->load(realpath(dirname(__FILE__).'/KbisWebservice.xsl'));
|
$xsl->load(realpath(dirname(__FILE__).'/KbisWebService.xsl'));
|
||||||
$proc = new XSLTProcessor;
|
$proc = new XSLTProcessor;
|
||||||
$proc->importStyleSheet($xsl); // attach the xsl rules
|
$proc->importStyleSheet($xsl); // attach the xsl rules
|
||||||
$html = $proc->transformToXML($xmlDoc);
|
$html = $proc->transformToXML($xmlDoc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user