Description
Provides pure-Haskell XML utilities integrated with the Conduit streaming package. Streaming XML processing helps handle large documents without loading all content into memory at once.
It is useful for import pipelines, feeds, document conversion, web services, and tools that process XML data incrementally. Developers should set size limits and handle malformed or untrusted XML defensively.