Skip to content

Emit CDATA in chunks based on character_data_max_length #137

Description

@pguillory

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions