Re: [PHP] XSLT parsing causes passed by reference error

2002-03-18 Thread Erik Price
On Friday, March 15, 2002, at 06:46 PM, Edward Tanguay wrote: I have this hosted at my ISP. The phpinfo() shows that they have: Linux 2.4.3 PHP Version 4.0.4pl1 Sablotron XSLT support: enabled Which annotations are you refering to? Ask them if they will upgrade to a PHP 4.1.x version,

Re: [PHP] XSLT parsing causes passed by reference error

2002-03-15 Thread Edward Tanguay
Hello Erik, I have this hosted at my ISP. The phpinfo() shows that they have: Linux 2.4.3 PHP Version 4.0.4pl1 Sablotron XSLT support: enabled Which annotations are you refering to? The odd thing is that I have copied the code from two different examples from the web and both give me this

Re: [PHP] XSLT parsing causes passed by reference error

2002-03-14 Thread Erik Price
On Wednesday, March 13, 2002, at 06:13 PM, Edward Tanguay wrote: Fatal error: Only variables can be passed by reference in /home/tanguay/test/testxslt.php on line 7 when I run this code: ?php // Allocate a new XSLT processor $xh = xslt_create(); // Process the document, returning

[PHP] XSLT parsing causes passed by reference error

2002-03-13 Thread Edward Tanguay
I get the error: Fatal error: Only variables can be passed by reference in /home/tanguay/test/testxslt.php on line 7 when I run this code: ?php // Allocate a new XSLT processor $xh = xslt_create(); // Process the document, returning the result into the $result variable $result =