Ekklipce
Новичок
invalid token, коректный пример в ауте
файлы xml и xsl из примера
http://detail.phpclub.net/article/2002-10-07
Output :
Warning: Sablotron error on line 1: XML parser error 4: not well-formed (invalid token) in d:\usr\home\xml\test.php on line 6
There was an error that occurred in the XSL transformation... Error number: 2 Error string: XML parser error 4: not well-formed (invalid token)
Читал аналогичные примеры в этом же форуме и советы по устранению сабжа, но ничего не помогло..
файлы xml и xsl из примера
http://detail.phpclub.net/article/2002-10-07
PHP:
$xh = xslt_create();
$result = xslt_process($xh, getcwd().'\test.xml', getcwd().'\test.xls');
if ($result) print ($result);
else { print ("There was an error that occurred in the XSL transformation...\n");
print ("\tError number: <strong>" . xslt_errno($xh) . "</strong>\n");
print ("\tError string: <strong>" . xslt_error($xh) . "</strong>\n");
exit;
}
Warning: Sablotron error on line 1: XML parser error 4: not well-formed (invalid token) in d:\usr\home\xml\test.php on line 6
There was an error that occurred in the XSL transformation... Error number: 2 Error string: XML parser error 4: not well-formed (invalid token)
Читал аналогичные примеры в этом же форуме и советы по устранению сабжа, но ничего не помогло..