https://github.com/ndmitchell/hexml
A bad XML parser
https://github.com/ndmitchell/hexml
haskell performant xml xml-parser
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T12:57:37.000Z (10 months ago)
- Last Synced: 2024-11-09T19:22:16.900Z (7 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 [](https://hackage.haskell.org/package/hexml) [](https://www.stackage.org/package/hexml) [](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 `