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]

Reply via email to