Example of Xpath Count in BizTalk (and how to check empty/missing data)
One way to check for missing data is to do an xpath count. The two-step approach (put the xpath in a variable first). Some might find this code cleaner, but you use a variable. Note that you have to use the conversion statement to convert the string result of the xpath to a number, if […]