Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Extarcting data from Xml string in orchestration › Re: Extarcting data from Xml string in orchestration
September 10, 2008 at 7:14 AM
#20679
Thank Nandiaka for ur reply..
I also found another quick approch to get to the field, using xpath:
intCount = System.Convert.ToInt32(xpath(BiztalkMsg, “count(//nodeName)”));
Regards,