Description
Streaming XML parsers can process input incrementally without blocking on a complete document. This SAX driver connects Expat to Perl code for non-blocking parsing. It is useful for network streams, large files, and event-loop based XML processing.