Online error recovery implementation

I wrote an implementation of my proposed error recovery method in
JavaScript.  You can play with it online here:

  http://jclark.github.com/microxml-er/

The specificatation and implementation is here:

  https://github.com/jclark/microxml-er/

This implementation is designed primarily to validate the specification. It
thus tries to be as simple and as close as possible to the specification.
 It is not designed to have good performance. It also does not try to
detect invalid MicroXML documents.

James

Received on Monday, 26 November 2012 05:40:58 UTC