ho provato a fare questo:
$oggettoDom = domxml_open_file("database.xml");
$nodo = xpath_eval(xpath_new_context($oggettoDom),"//INFO[@id = 2]");
$xh = xslt_create();
// Processo il documento
$result = xslt_process($xh, $nodo , 'xsl/palmare/stilefinale.xsl' ); {
print $result;
}
xslt_free($xh);
ma mi dà:
Notice: Object to string conversion in c:\programmi\easyphp1-7\www\index.php on line 7
Warning: Sablotron error on line 56: cannot open file 'c:/programmi/easyphp1-7/apache/Object' in c:\programmi\easyphp1-7\www\index.php on line 7
aiutami...

Rispondi quotando