[PHP] RE: [PHP-WIN] issue with PHP_XSLT?

2002-03-21 Thread Mike Eynon
Not sure if this will help you or not, but here are a few words of wisdom that helped me get past problems in the Sablotron extension. If you wish to use files that are not in your php root, you have to add the string: "file://" before each of your filenames. This will keep Sablotron happy in bo

[PHP] Re: [PHP-WIN] issue with PHP_XSLT?

2002-03-21 Thread Phillip Fox
On Thu, 21 Mar 2002, Ben wrote: > why does php_xslt.dll expect the files to be in PHP root? how can i change > this to be able to pick up files from the document root itself? > It sounds to me like you have a diffirent problem than the one that I had on my server, but I think that the same so