xml-conduit-decode alternatives and similar packages
Based on the "XML" category.
Alternatively, view xml-conduit-decode alternatives based on common mentions on social networks and blogs.
-
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
aws-sdk-xml-unordered
The xml parser for aws-sdk package -
tagsoup-megaparsec
A Tag token parser and Tag specific parsing combinators -
hexpat
A general purpose Haskell XML library using Expat to do its parsing -
xsd
Fork of the discontinued xsd haskell package (http://hackage.haskell.org/package/xsd) -
xml-tydom-conduit
Typed XML Encoding / Decoding in Haskell -
tinyXml
A fast approximate XML parser inspired by github.com/ndmitchell/hexml -
fast-tagsoup-utf8-only
Fast Haskell tagsoup parser
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of xml-conduit-decode or a related project?
README
xml-conduit-decode
Support for historical cursors & decoding on top of xml-conduit. Created in the sprit of scalaz-xml so that we can get useful context out of xml decoding failures.
Not releasing this to hackage yet as I'm not sure on the namespace and it needs some tidying, documentation and testing before it is fit for hackage. :)
We're using this in production to interact with a monstrous vendor SOAP API, so it should work for you if you're desperate for something like this (like I was faced with the job of taming such a SOAPY beast).
Expect changes to the API over the course of the next few months as it is used in another iseek project and integrating with an even scarier SOAP API.
For now, see the tests for an example of what the heck this does.