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 "Alberto Massari (JIRA)" <xe...@xml.apache.org> on 2004/12/16 11:16:00 UTC

[jira] Closed: (XERCESC-1271) Problems parsing large XML strings

     [ http://nagoya.apache.org/jira/browse/XERCESC-1271?page=history ]
     
Alberto Massari closed XERCESC-1271:
------------------------------------


> Problems parsing large XML strings
> ----------------------------------
>
>          Key: XERCESC-1271
>          URL: http://nagoya.apache.org/jira/browse/XERCESC-1271
>      Project: Xerces-C++
>         Type: Bug
>  Environment: n/a
>     Reporter: Fred Preston
>  Attachments: AxisBench_Rx.txt, AxisBench_Tx.txt
>
> When testing with large XML strings, xerces falls over when the size of the XML exceeds the 16 * 1024 limit that is hardwired into the XMLReader.hpp file (375:kCharBufSize        = 16 * 1024).  Would it be possible to dynamically allocate space for this and other buffers (fCharBuf and fCharSizeBuf) and then to extend them using the realloc function when necessary.  This also applies to the fRawByteBuf buffer that is also limited in size.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org