XML Node Appending Question
I am Using System.Xml.XmlDocument
I have loaded an XmlDocument with data from a database.
I then have to make calls out to other databases and populate a further 2 XmlDocuments with data.
How can I add the sub data XmlDocuments as children of specific nodes in the first XML document.
First time I've done this without using MSXML, so any help or pointers really appreciated.
Jeff:)
|