From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Professional
PHP version:      4.0 Latest CVS (05/02/2001)
PHP Bug Type:     Sablotron XSL
Bug description:  Incorrect path used

I'm using the following script

<?php
  $p = xslt_create();
  $res = xslt_run($p, "test.xsl","test.xml");
  if(!$res) echo xslt_error($p);
  echo xslt_fetch_result($p);
  xslt_free($p);    
?>

The files test.xml and test.xsl are in the same directory as the script, but PHP 
searches for them in the directory that contains my PHP/CGI php.exe.



-- 
Edit Bug report at: http://bugs.php.net/?id=9105&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to