https://github.com/xquery/microxml-parsers
exp parsers of the nascent microxml standard
https://github.com/xquery/microxml-parsers
Last synced: 5 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-27T09:25:17.000Z (over 13 years ago)
- Last Synced: 2025-06-15T22:28:35.494Z (about 1 year ago)
- Language: XQuery
- Size: 156 KB
- Stars: 2
- Watchers: 3
- 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.java
Goto http://www.w3.org/community/microxml/ for more about MicroXML.
Jim Fuller
jim.fuller@webcomposite.com