Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
[email protected]