You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by ji...@apache.org on 2004/04/12 23:16:02 UTC

[jira] Updated: (XERCERJ-123) DocumentBuilder corrupts the data when parsing large XML file into Document object

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:15 PM
    Changes:
             Attachment changed from testData.xml
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-123?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-123

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-123
    Summary: DocumentBuilder corrupts the data when parsing large XML file into Document object
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces2-J

   Assignee: Xerces-J Developers Mailing List
   Reporter: Niko Kortelainen

    Created: Thu, 17 Jan 2002 2:29 AM
    Updated: Mon, 12 Apr 2004 2:15 PM
Environment: Operating System: Windows NT/2K
Platform: PC

Description:
We here at Yomi Solutions Ltd. found a bug from xerces 2.0.0 beta 4 XML parser. 
We tried to parse a large XML input into Document object and noticed that the 
parser corrupts the contents of some tags. We created test driver to verify 
this behaviour and we would be more than happy to send it to you if you are 
interested in it.

The XML file we used looked like this: 

<root>
  <level1>
    <parameter1>Yomi Solutions Test XML Data</parameter1>
    <level2>
      <parameter2>Start test data, test data end 1</parameter2>
    </level2>
  </level1>
</root>

Our example XML file contained 100 <level2> tags.

After the creation of Document object the data inside parameter2 tag in some 
cases looks like this: <parameter2>st data end 1Start test data, 
te</parameter2>.

If you wish to aquire the Test package please contact niko.kortelainen@yomi.com


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org