You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/09/10 18:39:14 UTC

DO NOT REPLY [Bug 12487] New: - Buffer Size for XML data

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=12487>.
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=12487

Buffer Size for XML data

           Summary: Buffer Size for XML data
           Product: Xerces-C++
           Version: 2.0.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: DOM
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: a_sriram@lycos.com


Hi,
   Iam trying to parse an XML file usng the Xerces for C++ parser. The XML 
file, I found out does not have new line characters in it.. The whole file 
seems to be in just one line. When the parsing happens, I observed that the 
parser could not proceed moe than 73728 characters(which translated to 12000 
in hex). Looks liek the buffer size is specified somewhere, or is assumed to 
be a max limit and my program has data more than this. Can anybody help me on 
this.

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