Re: MicroXML parser in JavaScript

Very cool,

I decided to push ahead with creating microxml parsers

https://github.com/xquery/microxml-parsers

Using Gunther Rademacher's REx parser generator was able to generate
parsers cross a number of languages.

    C++: microxml.hpp
    XQuery: microxml.xquery
    Javascript: microxml.js
    Java microxml.java

I have not yet extensively tested the parsers … but that will be a next step.

Jim Fuller

Received on Monday, 24 September 2012 07:55:19 UTC