ID:               20640
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Assigned
+Status:           Closed
 Bug Type:         XSLT related
 Operating System: win2000 / IIS 5
 PHP Version:      4.3.0RC1
 Assigned To:      edink
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2002-11-26 03:17:25] [EMAIL PROTECTED]

Not really; it seems that we didn't enable those in the windows builds.
Assigning to edink.

Derick

------------------------------------------------------------------------

[2002-11-26 03:08:54] [EMAIL PROTECTED]

When I try to use the function xslt_set_encoding , that's what I get :


Fatal error: Call to undefined function: xslt_set_encoding() 

$xp = xslt_create();
xslt_set_encoding ($xp,"ISO-8859-1");
$out = xslt_process($xp, 'arg:/_xml', 'arg:/_xsl', NULL, $args,
$params);
xslt_free($xp);

Strange isn't it ?

Thanks

Erwan

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20640&edit=1

Reply via email to