Re: adding DocumentFragment to a Node

>The return value should be the Node added. Since, after being inserted
>into another Node the DocumentFragment no longer exists, what is
>returned?


Return DocumentFragment.  DocumentFragment still exists even though its
contents have been moved to another node.

Don

Received on Wednesday, 4 November 1998 02:11:25 UTC