Is there away to adjust the Max len of the Element string without rebuilding
the Parser? I'm looking at changing:
enum Constants
{
kCharBufSize = 16 * 1024
, kRawBufSize = 48 * 1024
};
from internal/XMLReader.hpp, but I wanted to make sure that there is another
way (Assuming that this is the right constant) Thanks a lot.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Max Element Len Jose Cornado
- Re: Max Element Len Dean Roddey
