Description
Provides a Hamlet-style quasiquoter for writing XML content in Haskell source code. Quasiquoters let structured markup be embedded with compile-time checking instead of plain string concatenation.
It is useful for generated XML, templates, web responses, configuration output, and tests that need readable markup in code. Developers should still validate and escape dynamic values correctly.