[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 solution will work for you too. Check out the 
code and comments on this page:

http://bugs.php.net/bug.php?id=14965

The page has details on the proper format for paths to pass to the 
processor and code to read files and pass their content to the processor 
as arguments.


HTH!


-- Phillip Fox -- [EMAIL PROTECTED]
  405.773.WORX -- 1.888.772.WORX  --  http://www.TheWorxCo.Net/




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 both LINUX and Windows.

// Mike Eynon
// www.MikeEynon.com
// 1366 Bulb Ave
// Santa Cruz, CA  95062
// [EMAIL PROTECTED]
// 831.588.2388 (cell)




-Original Message-
From: Phillip Fox [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 12:56 PM
To: Ben
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] issue with PHP_XSLT?



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 solution will work for you too. Check out
the
code and comments on this page:

http://bugs.php.net/bug.php?id=14965

The page has details on the proper format for paths to pass to the
processor and code to read files and pass their content to the processor
as arguments.


HTH!


-- Phillip Fox -- [EMAIL PROTECTED]
  405.773.WORX -- 1.888.772.WORX  --  http://www.TheWorxCo.Net/




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php