Skip to content

Avoid consecutive Text nodes in Element when parsing.

Werner Kroneman requested to merge werner.kroneman/xmpp-rs:merge-text-nodes into main

In rxml "Multiple consecutive Text events may be emitted for long sections of text or because of implementation details in the processing."

This MR makes it so that these extra events will not result in the creation of multiple Text nodes, making parsing more predictable.

Merge request reports