Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Updating the TypedXmlDocument in BRE from a .NET Static Method (to add a new node) › Re: Updating the TypedXmlDocument in BRE from a .NET Static Method (to add a new node)
July 28, 2008 at 8:48 AM
#20252
I found this sample code which will probably do the job.
http://blogs.msdn.com/scottwoo/archive/2004/09/16/230472.aspx
For some reason, the ImportNode method is not avilable on the typedXmlDocument.Document, which means a little more coding for me.
txd.Document.ImportNode
Neal