ID: 17540 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: XML related Operating System: Win 2K Pro PHP Version: 4.2.1 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-11-24 23:30:39] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-05-31 02:08:23] [EMAIL PROTECTED] Running PHP 4.2.1 with Apache 2.0.36 on Windows 2000 Profrofessional. PHP is running as an Apache module. XML extension enabled XSLT extension enabled For some reason when parsing documents that like: <doc> <para>Some text <test /> rest of para text</para> </doc> The CDATA that is returned through the xml_set_character_data_handler seems to return the rest of the para CDATA instead of nothing. After the data handler has been called, then it calls the element handler to close the <test/> tag. An easy way to test is to keep track of the current tag that the parser is on (by setting it in the open element handler) and then running strlen over the CDATA has it hits the test tag. Logically it should close the tag, then process the CDATA or at least return blank CDATA for the test tag. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17540&edit=1
