Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Error using XPath › Re: Error using XPath
May 27, 2009 at 1:23 PM
#22510
I guess you dont need to put “System.XML”.
I used something similar to this
Declare variable countInvoices – Int type
Then i have to following in the expression shape
val = System.Convert.ToInt32(xpath(MessageName,”count(path of node)”));
Siva