B
Bob
I'm wondering if one node that belongs to one XmlDocument can be appended to
another XmlDocument as a new child without having to build a new node from
scratch. I would think XmlNode.Clone() is for this purpose but no, it
doesn't work. I got the following error:
The node to be inserted is from a different document context
Does anyone know if this is doable without building a new node and without
putting through XSL?
another XmlDocument as a new child without having to build a new node from
scratch. I would think XmlNode.Clone() is for this purpose but no, it
doesn't work. I got the following error:
The node to be inserted is from a different document context
Does anyone know if this is doable without building a new node and without
putting through XSL?