From:             happycloud at undream dot com
Operating system: Linux 2.4
PHP version:      4.3.3RC1
PHP Bug Type:     XSLT related
Bug description:  xslt_set_encoding still not available

Description:
------------
I have compiled sablot with iconv support which as I undertsand it, is the
 
way to add encoding support? correction?  
I have also compiled php with sablot,expat, iconv (sometimes) to no avail.
I  
still get a undefined function xslt_set_encoding.  According to sablot,
the  
way to use encoding directly is to specify it in the xml and xsl. I have
done  
so and been able to get output from the sablot binary. Is there a sure way
to  
tell that sablot does indeed have encoding support? I believe it does.   
I have tried 4.3.1, 4.3.2, snaps from 4.3x and 4.5 as of today and I get
the  
same problem. After defining HAVE_SABLOT_SET_ENCODING in  
sablot.c, I can get it to work but....  
 
I have seen this note on another bug : 
---snip--- 
/* The user has to explicitly compile sablotron with sablotron encoding 
functions in order for SablotSetEncoding to be enabled. */ 
 
This means xslt_set_encoding() won't be available if your  
sablot installation hasn't got the SablotSetEncoding enabled 
----snip--- 
Just how does one do that if sablot does not complain right now? 
 
joshua  
  

Expected result:
----------------
 


-- 
Edit bug report at http://bugs.php.net/?id=24786&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24786&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24786&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24786&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24786&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24786&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24786&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24786&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24786&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24786&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24786&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24786&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24786&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24786&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24786&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24786&r=gnused

Reply via email to