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