XMLParser: A library to parse xml

[ gpl, library, xml ] [ Propose Tags ]

uses parsec to parse xml


[Skip to Readme]

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 (<10000), parsec (<10000) [details]
License GPL-3.0-only
Author Alan Hawkins
Maintainer hawk.alan@gmail.com
Category XML
Home page xy30.com
Source repo head: git clone http://github.com/xpika/XMLParser.git
Uploaded by AlanHawkins at 2019-05-22T09:46:09Z
Distributions NixOS:0.1.0.8
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5517 total (22 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-22 [all 1 reports]

Readme for XMLParser-0.1.0.8

[back to package description]

xml-parser

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