Re: Use cases

> 1. One use case that is important to me is using a schema-driven XML
> authoring tool to create HTML5 in the HTML syntax.  In particular, I would
> like to be able to use a tool like nxml-mode, which is schema-aware but
> exposes the syntax of the document, rather than working purely on a tree.

I'm working on implementing the HTML5 parser in Emacs Lisp. I've got
the tokenizer implemented and passing around half of the html5lib
tokenizer tests. Its interface will be similar to your xmltok.el, so
eventually it'll plug into nxml-mode (or, if nxml-mode proves to have
to many XMLisms baked in, a similar mode).

For now, I've got the XHTML5 .rnc schemas plugged into nxml-mode for
XHTML editing.


Ted

Received on Wednesday, 5 January 2011 02:18:09 UTC