Description
Provides Haskell bindings for the libxml2 SAX interface. SAX processing reads XML as a stream of events, which helps handle large documents without building a full tree in memory.
Use it when Haskell software needs efficient XML streaming or event-based parsing. It is a library binding and does not provide a standalone XML processing command.