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

  Update: This works fine with PHP Version 4.1.0RC2 built as CGI with
  Apache 2.0.29-dev on Win32.

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