Description
Perl XML pipelines can combine adjacent character events into a single buffered text event. This simplifies filters and handlers that expect complete text chunks instead of many small SAX callbacks.
It is a developer library. XML input from untrusted sources should still be parsed with safe settings to avoid entity expansion and resource exhaustion problems.