ID:               29837
 Comment by:       plumber at gnu-darwin dot org
 Reported By:      tetsuo at scriptsphp dot org
 Status:           Verified
 Bug Type:         XSLT related
 Operating System: Linux
 PHP Version:      5.0.1
 New Comment:

this example like other produces a seg fault

################
new XsltProcessor
################

php 5.0.1-darwin

XSL 
enabled 
libxslt Version 
1.1.8 
libxslt compiled against libxml Version 
2.6.11 
EXSLT 
enabled 
libexslt Version 1.1.8


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

[2004-08-27 09:27:31] [EMAIL PROTECTED]

I'll try to have a look at it, when my time permits...

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

[2004-08-25 16:37:29] tetsuo at scriptsphp dot org

Description:
------------
CDATA sections in XSL templates
that are enclosed
in <xsl:text disable-output-escaping="yes"> give output
that IS escaped but shouldn't be.

I've been testing the transformation with xsltproc and
everything behaves correctly.

libxslt Version         1.1.6 
libxslt compiled against libxml Version         2.6.9

Reproduce code:
---------------
http://tetsuo.scriptsphp.net:81/XsltTest.php
http://tetsuo.scriptsphp.net:81/xslttest/test.xsl
http://tetsuo.scriptsphp.net:81/xslttest/test.xml

Expected result:
----------------
... &nbsp; ...

Actual result:
--------------
... &amp;nbsp; ...


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


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

Reply via email to