I am currently trying to get XSLT to work in Apache 1.3.20 / PHP 4.0.6 (and I've tried 4.0.8dev as well).
just calling xslt_process($xslstring, $xmlstring, $result); by itself works quite nicely, but I'm writing an object based menu system. Whenever one of the objects member functions calls xslt_process, php.exe crashes with the following message # The instruction at "0x01024ac1" referenced memory at "0xcccccccc" # The memory could not be "read". Any idea of what's happening here, why, and how to avoid it. I've also downloaded "class.XSLTransformer.php" as suggested in the online manual, and the result is the same, so I'm quite confident it's not just my object orientation skills that's screwed. -- Arve <URL:http://www.bersvendsen.com/> Newsere mot X-No-Archive -- PHP Windows 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]