php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6847 Xml parsing limit
Submitted: 2000-09-22 01:53 UTC Modified: 2001-01-05 22:21 UTC
From: dtoan123 at hotmail dot com Assigned:
Status: Closed Package: XML related
PHP Version: 4.0.2 OS: Redhat 6.0
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: dtoan123 at hotmail dot com
New email:
PHP Version: OS:

 

 [2000-09-22 01:53 UTC] dtoan123 at hotmail dot com
I tried to parse the data from data.xml file but I have a weird problem:
If my data look like this, it will parse fine:
<data> test1, test2, test3</data>
When I change my data to:
<data>
     test1, test2, test2
</data>
It won't work any more.  What happened is the xml only parse the data right after the begin_tag, if the data on the new line after begin_tag, it just ignore.  
Thank you

Toan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-05 22:21 UTC] sniper@php.net
This seems to be fixed. Please try PHP 4.0.4pl1RC1 from
 http://www.php.net/distributions/php-4.0.4pl1RC1.tar.gz

Reopen this bug report if this doesn't work with it.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC