'lo there,

  I have a test.php script in the same directoy under htdocs as both a
  test.xml and a test.xsl file.

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

  On Windows, the XSLT extension tries to find the test.xml and test.xsl
  files not in the directory as test.php is in, but in the direcory
  where the php.exe is located.

  Sterling, or any other, could you please look into this?

  Thanks,
Sebastian

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
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