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
We're parsing XML documents containing large blocks of CDATA using Saxy.Partial. We receive the documents in small chunks and want to process them in small chunks. The character_data_max_length option would do exactly what we need, except it only applies to the :characters event. Can it be made to also apply to the :cdata event? (In fact with cdata_as_characters enabled it's emitting :characters anyway.)
The text was updated successfully, but these errors were encountered:
We're parsing XML documents containing large blocks of CDATA using Saxy.Partial. We receive the documents in small chunks and want to process them in small chunks. The
character_data_max_length
option would do exactly what we need, except it only applies to the:characters
event. Can it be made to also apply to the:cdata
event? (In fact withcdata_as_characters
enabled it's emitting:characters
anyway.)The text was updated successfully, but these errors were encountered: