Home Page › Forums › BizTalk 2004 – BizTalk 2010 › XPATH to reference a multiple node in a xml › Re: XPATH to reference a multiple node in a xml
September 5, 2006 at 1:22 PM
#15564
Have you tried using the string function on the xpath:
xpath(PostCodeMsg,"string(/*[local-name()='Root' and namespace-uri()='']/*[local-name()='PostalCodes' and namespace-uri()=''][recCount]/*[local-name()='PostalCode' and namespace-uri()=''])");