From:             [EMAIL PROTECTED]
Operating system: win2000 / IIS 5
PHP version:      4.3.0RC1
PHP Bug Type:     XSLT related
Bug description:  xslt_set_encoding not implemented ?

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 bug report at http://bugs.php.net/?id=20640&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20640&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20640&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20640&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20640&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20640&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20640&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20640&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20640&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20640&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20640&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20640&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20640&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20640&r=isapi

Reply via email to