ID: 27349 Updated by: [EMAIL PROTECTED] Reported By: kalita at implix dot com -Status: Open +Status: Feedback Bug Type: DOM XML related Operating System: FreeBSD 4.9 PHP Version: 4.3.5RC3 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2004-02-22 09:24:04] kalita at implix dot com Description: ------------ With the most recent LibXML/LibXSLT libs 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. That's why I assume that this is incompatibility of the DOMXML extension with the most recent LibXML/LibXSLT libs. LibXML - 2.6.5 LibXSLT - 1.1.2 Note that this doesn't happen with the LibXSLT branch 1.0.X Reproduce code: --------------- (...) <xsl:text disable-output-escaping="yes"> <![CDATA[ <b> test </b> ]]> </xsl:text> (...) Expected result: ---------------- <b>test</b> Actual result: -------------- <b>test</b> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27349&edit=1
