Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndmitchell/hexml
A bad XML parser
https://github.com/ndmitchell/hexml
haskell performant xml xml-parser
Last synced: 2 months ago
JSON representation
A bad XML parser
- Host: GitHub
- URL: https://github.com/ndmitchell/hexml
- Owner: ndmitchell
- License: other
- Created: 2016-11-24T17:25:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T12:57:37.000Z (5 months ago)
- Last Synced: 2024-11-09T19:22:16.900Z (3 months ago)
- Topics: haskell, performant, xml, xml-parser
- Language: C
- Size: 177 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
# Hexml [![Hackage version](https://img.shields.io/hackage/v/hexml.svg?label=Hackage)](https://hackage.haskell.org/package/hexml) [![Stackage version](https://www.stackage.org/package/hexml/badge/nightly?label=Stackage)](https://www.stackage.org/package/hexml) [![Build status](https://img.shields.io/github/actions/workflow/status/ndmitchell/hexml/ci.yml?branch=master)](https://github.com/ndmitchell/hexml/actions)
An XML DOM-style parser, that only parses a subset of XML, but is designed to be fast. In particular:
* Entities, e.g. `&`, are not expanded.
* Not all the validity conditions are checked.
* No support for `