Fatal error: Call to undefined function xslt_create() in /home/f1pit/domains/kimi.cal.pl/public_html/rFactorParser/resultsFiles_transform.php4 on line 33
Oto cała zawartosc pliku:
<? include("./config.php"); ?> <!--HEADER--> <center> <hr color="Red" width="90%" size="1" align="center"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="240px"> <img src="./images/rFactor.gif" border="0" align="middle"> </td> <td width="*" align="center"> </td> <td valign="bottom" width="170px" align="right"> </td> </tr> </table> <hr color="Red" width="90%" size="1" align="center"> </center> <!--END HEADER--> <br><br> <?php $file=$_GET['file']; $chemin=$dir_ResultsFiles.$file; $ficXsl="rFactorParser_zeXav.xsl"; $xh = xslt_create(); //xslt_set_encoding($xh,"ISO-8859-1"); //Caractčres ŕ la fin du fichier '/_xml' => $xml, '/_xsl' => $xsl ); $result = xslt_process($xh, 'arg:/_xml', 'arg:/_xsl', NULL, $arguments); if (!$result) { } xslt_free($xh); }else{ } ?>
czy zna ktos rozwiazanie problemu ?
Pozdrawiam