Description
Provides a simple XML library for Haskell. It helps programs read, write, or manipulate XML documents without pulling in a heavier XML processing stack.
It is useful for small tools, tests, legacy formats, configuration, and integrations that exchange XML. Developers should treat untrusted XML carefully and avoid unsafe entity expansion or resource-heavy parsing behavior.