Description
Generates XML quickly from Haskell code. It helps applications build XML documents programmatically instead of assembling markup with fragile string concatenation.
It is useful for feeds, reports, document export, legacy integrations, tests, and web service payloads. Developers should escape text correctly and keep generated XML valid for the consumers that will read it.