ok, guess i have to solve my own problems here ;)
I discovered there actually IS a way to make XSLT_RUN() work in PHP404pl1.
The problem is that the PHP module does not pass the right parameters to the
Sablotron module. Calling this function with an absolute URI relative to the
local filesystem (in my case: 'file://c:/xsl/logic.xsl') does the trick.
This also applies to including XML files from XSLT files.
This seems like a bug in PHP, since all PHP docs suggest that the function
is aware of the current directory (within DOCUMENT_ROOT).
I will forward this conclusion to the PHP development team and keep you
informed.
-----Original Message-----
From: Peter Creyghton [mailto:[EMAIL PROTECTED]]
Sent: maandag 5 maart 2001 22:59
To: [EMAIL PROTECTED]
Subject: RE: [Sab] Fatal error: msgtype: error
The problem extends to including XML files from XSLT files. Again, SABCMD
compiles fine, but including an XML file from an XSLT file results in the
same error as before.
I tried the CGI installation as well as the Apache module of PHP404pl1.
With the same result...
Anyone?