intertwingly

It’s just data

xml5.js


I’ve posted a rough beginnings of an implementation of xml5 for node.js.  The core of this work is the tokenizer, for which I wrote a simple script to do the conversion of Anne van Kesteren’s implementation of the parse state methods to the style that Aria Stewart used for html5.  Pretty much the remainder was “borrowed” from html5.

While this is not yet complete, you can see how it parses and dumps simple files with the following command:

node parse.js filename

Plenty still needs to be done.  In particular: