DOM-based editor?

Hi,

Do any of you know of a DOM-based editor,
that is an editor entirely based on DOM?

Any editing operations would be applied to
the document by invoking DOM operations.
Even though the DOM event propagation mechanism
is of yet unspecified (isn't it?), this editor,
should update its presentation of the document
only when receiving events from the DOM.

-- 
Torben Espersen
(torbene@diku.dk)

Received on Monday, 25 May 1998 10:09:56 UTC