xml-extractors: Simple wrapper over xml (Text.XML.Light) to extract data from parsed xml
This is a library to make it easier to extract data from parsed xml.
See the Text.XML.Light.Extractors
module for an example.
Motivation
The xml package provides functions to parse and get information from xml data. You can parse an xml string into a generic xml tree representation. Then to extract information from that tree and into you own data types you can use this library.
If there is an error during extraction (expected information is absent or wrong), you will get an error value with position information.
Some limitations
Only handles unqualified names, so far.
No column or line number reference in error values.
[Skip to Readme]
Modules
[Index]
Downloads
- xml-extractors-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3 |
---|---|
Dependencies | base (>=4.6 && <4.8), mtl (>=2.1 && <2.2), safe (>=0.3 && <0.4), transformers (>=0.3 && <0.4), xml (>=1.3 && <1.4) [details] |
License | BSD-3-Clause |
Author | Johan Holmquist |
Maintainer | holmisen@gmail.com |
Category | Text, XML |
Home page | https://github.com/holmisen/xml-extractors |
Uploaded | by holmisen at 2014-12-17T18:19:19Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 4121 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |