Ring middleware functions for working with XML.
Inspired by and modeled after the ring-json middleware.
Add the following to your project.clj:
[clojusc/ring-xml "0.1.0"]
The functionality of the library consists of two Ring handlers:
wrap-xml-request
checks the content-type of an incoming request and if it
is XML then parses the body.
wrap-xml-response
converts outgoing collections or S-expressions to
an XML string.
Copyright © 2013 IMIntel
Copyright © 2016 ClojuSc
Distributed under the MIT license.
Can you improve this documentation? These fine people already did:
Duncan McGreggor, Rocco Nicosia, Clark Kampfe & devstopfixEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close