markknowsley
Programmer
I've written a method which takes an XmlDocument passed from a Biztalk orchestration and then appends some information to the XmlDocument.
I now want to save the changes that I have made to the document and send the modified document back to Biztalk. The document is in memory - I don't want to output it to a physical location so XmlDocument.Save("mydoc.xml") is no good. How can I save the changes to the document when it's 'in memory'?
Cheers,
Mark.
I now want to save the changes that I have made to the document and send the modified document back to Biztalk. The document is in memory - I don't want to output it to a physical location so XmlDocument.Save("mydoc.xml") is no good. How can I save the changes to the document when it's 'in memory'?
Cheers,
Mark.