Hi all,

I'd like to know what is the best approach to create an editor to manipulate a pure HTML DOM element.

If I wanted to be able to support collaborative edition of pure HTML how should I approach it?

I could use an HTML doodad but I'd have to add support for the full HTML schema and would have a one to one mapping between my document model and the view...

The idea is to use Wave and OT but not the client interface to create a collaborative HTML editor. Should I just skip gadgets and doodads and create a simple editor or would it be best to use doodas even with a direct mapping between the document and the view ?

Thanks

Reply via email to