dev  

insert cursor into DOM

Juraj Kojdjak
Wed, 17 Sep 2008 07:26:24 -0700

I try to insert some document represented by cursor into another document:
document.importNode(cursor.getDomNode())

but it throws exception: NOT_SUPPORTED_ERR: The implementation does not
support the requested type of object or operation.

what I miss? Is there any other solution how to solve my original problem?\

thx,
supowski