php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17540 CDATA incorrect for non block elements
Submitted: 2002-05-31 02:08 UTC Modified: 2002-12-04 18:15 UTC
From: tim at zero-interactive dot com Assigned:
Status: No Feedback Package: XML related
PHP Version: 4.2.1 OS: Win 2K Pro
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tim at zero-interactive dot com
New email:
PHP Version: OS:

 

 [2002-05-31 02:08 UTC] tim at zero-interactive dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-24 23:30 UTC] iliaa@php.net
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-12-04 18:15 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 12:01:29 2024 UTC