@hackage servant-xml1.0.0
Servant support for the XML Content-Type
Installation
Dependencies (5)
- base >=4.7 && <5
- bytestring
- http-media >=0.7 && <0.8
- servant >=0.11 && <0.13
- xmlbf >=0.3 && <0.4 Show all…
Dependents (1)
@hackage/acme-everything
servant-xml
Servant support for XML.
Types with a ToXml instance will be automatically marshalled into XML
and successfully returned by Servant endpoints.
In implementing toXml, you can use the element and text primatives
found in the xmlbf library.