HI,I have a loop for multiple XML variables, captured all the those
variables in list. Now I want to concatenate all those values with comma
separate. Below is the code am using
it.concat(/process_data/inXML/iCorrespondence/correspondenceItem/distributionDetails/faxDetails/destinationNumber[number(/process_data/@counter)],',')Can
any one help me please.