MicroXML parser in JavaScript

I wrote a little MicroXML parser in JavaScript:

https://github.com/jclark/MicroXML-js

To play with this, download microxml.js and test.html, and then open
test.html in a modern browser.  It will give you a text box in which you
can type MicroXML.  There's a button to parse it, which will show you the
data model in JSON syntax. or an error. So far it is only very lightly
tested.

James

Received on Sunday, 23 September 2012 09:13:08 UTC