DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5897>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5897

DocumentBuilder corrupts the data when parsing large XML file into Document object

           Summary: DocumentBuilder corrupts the data when parsing large XML
                    file into Document object
           Product: Xerces2-J
           Version: 2.0.0 [beta 4]
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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 [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to