ID: 25427 Updated by: [EMAIL PROTECTED] Reported By: sad at spider dot ru -Status: Open +Status: Feedback Bug Type: *XML functions Operating System: linux gentoo PHP Version: 4.3.3 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2003-09-08 03:01:50] sad at spider dot ru Description: ------------ if we try to parse the following <test> abc  abc </test> xml-parser calls start_element for "test" data_element for "abc " and stops. end_element for "test" was not called and even error was not generated. -- is there some other entity to code characters? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25427&edit=1