Re: xpath, I don’t get it…

Home Page Forums BizTalk 2004 – BizTalk 2010 xpath, I don’t get it… Re: xpath, I don’t get it…

#19017

I am trying it myself and at this moment I use the following xpath query:

xPathStatement = “string(/*[local-name()=’OphalenOverzichtNieuweAanvragenResponse’]/*[local-name()=’Aanvraagcodes’]/*[local-name()=’ResponseAanvraagCodes’]/*[local-name()=’Aanvraagcode’])”;
iAanvraagCode = xpath(msgOphalenOverzichtNieuweAanvragenResponse,xPathStatement);

This means that I get 3 times the same Aanvraagcode-value “zhl07.01659”, being the first one in the XML-file.

What should I chance to get all the 3 different Aanvraagcode-values?