XMLParser: A library to parse xml

[ gpl, library, xml ] [ Propose Tags ]

uses parsec to parse xml


[Skip to Readme]

Modules

[Last Documentation]

  • Text
    • Text.XMLParser

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.8
Change log ChangeLog.md
Dependencies base (>=4 && <4.10), parsec (>=3.1 && <3.2) [details]
License GPL-3.0-only
Author Alan Hawkins
Maintainer hawk.alan@gmail.com
Category XML
Home page xy30.com
Uploaded by AlanHawkins at 2016-09-01T06:52:56Z
Distributions NixOS:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5518 total (23 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-20 [all 3 reports]

Readme for XMLParser-0.1.0.3

[back to package description]

xml-parser

Prelude Text.XMLParser>  parseXML  "<a> hi </a>"                                                                                                           
Right (Tag [] "a" (Just [TagString " hi "]))