Copying Document Fragments
You can create an XmlDocumentFragment node and then add nodes under it. When the XmlDocumentFragment is inserted with the InsertNode method, the XmlDocumentFragment node is not copied, but its child nodes are inserted in the XML Document Object Model (DOM).
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.