Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xquery/microxml-parsers
exp parsers of the nascent microxml standard
https://github.com/xquery/microxml-parsers
Last synced: 20 days ago
JSON representation
exp parsers of the nascent microxml standard
- Host: GitHub
- URL: https://github.com/xquery/microxml-parsers
- Owner: xquery
- Created: 2012-09-24T07:35:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-27T09:25:17.000Z (about 12 years ago)
- Last Synced: 2024-10-05T05:12:19.590Z (about 1 month ago)
- Language: XQuery
- Size: 156 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MicroXML parsers
This project is an experiment for generating parsers for parsing
microxml, which is an [emerging standard that significantly reduces XML
underlying complexity](http://www.w3.org/community/microxml).Using [Gunther Rademacher's REx parser
generator](http://www.bottlecaps.de/rex/) we can generate parsers
across a number of languages.* C++: microxml.hpp
* XQuery: microxml.xquery
* Javascript: microxml.js
* Java microxml.javaGoto http://www.w3.org/community/microxml/ for more about MicroXML.
Jim Fuller
[email protected]