You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to resume the parser if case of exceeding Max Buffer? I understand there is a possibility for setting sax Max Buffer to infinity but this will cause kind of crash. Hence, I would like to set a fixed Buffer Length and if exceeded the parser should resume.
Additional information:
one attribute value exceeds the mx buffer length
the parser (running as a saxStream) has stopped with parser.state = 27
parser.resume() has no effect when catching the error
Is is possible to resume the parser an only skip this single attribute with attribute value exceeding the max buffer length? Would greatly appreciate any idea.
The text was updated successfully, but these errors were encountered:
Hi,
is it possible to resume the parser if case of exceeding Max Buffer? I understand there is a possibility for setting sax Max Buffer to infinity but this will cause kind of crash. Hence, I would like to set a fixed Buffer Length and if exceeded the parser should resume.
Additional information:
Is is possible to resume the parser an only skip this single attribute with attribute value exceeding the max buffer length? Would greatly appreciate any idea.
The text was updated successfully, but these errors were encountered: