--- Bernhard Zwischenbrugger <[EMAIL PROTECTED]>
wrote:
> The difference is:
> we didn't open the files. We gave the filename to
> the
> function as argument - not the file-handle.
like this?:
$xslt_params["chosen_first_name"] = 'Mister';
$xslt_params["chosen_last_name"] = 'Test';
$xml_file = "all-bup.xml";
$xsl_file = "contacts.xslt";
$processor = xslt_create();
xslt_run ($processor, $xsl_file, $xml_file,
$xslt_params);
$result = xslt_fetch_result ($processor);
echo ($result);
which still gives me:
Fatal error: msgtype: error in
c:\apache\htdocs\tobi\xslt\contacts02\run-contacts07.php
on line 9
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/