Share via


Copying Document Fragments

You can create an XmlDocumentFrament node and then add nodes under it. When the XmlDocumentFragment is inserted with the InsertNode method, the XmlDocumentFrament node is not copied, but its child nodes are inserted in the DOM.

See Also

XML Document Object Model (DOM)