This is a small library for chunking XML into smaller valid XML chunks. It essentially flattens the tree structure.
Current limitation: Large text and tail sections are not split.
The idea is that you have some .decompose
method, then after function .recompose
method is used to reassemble the
chunks,
TODO, supply example.