Popularity
3.7
Declining
Activity
0.0
Stable
5
3
1

Monthly Downloads: 16
Programming language: Haskell
License: LicenseRef-PublicDomain
Tags: Language    

really-simple-xml-parser alternatives and similar packages

Based on the "Language" category.
Alternatively, view really-simple-xml-parser alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of really-simple-xml-parser or a related project?

Add another 'Language' Package

README

really-simple-xml-parser

A really simple xml parser in Haskell using Parsec. I wrote this primarily to learn Parsec and I intend to use it in my automations where I need to parse XML's returned from bug tracking systems and other systems.

I am not an XML fan - in fact, I hate it.

I'd like to acknowledge the help I got from the wonderful Haskell community for this. I'd particularly like to call out the help provided by the following folks -

  1. Antoine Latter [email protected]
  2. Simon Hengel [email protected]