How can I concatenate two or more repeated elements of an xml

How can I concatenate two or more repeated elements of an xml.

In this case, I want to concatenate description.

cac:Item
cbc:Description</cbc:Description>
cbc:Description</cbc:Description>
cbc:Description</cbc:Description>

Hi,

Is your requirement as the following?

If so, the following sample helps you.

Sample20221122-1.zip (3.4 KB)

Regards,

@Yoichi good moorning, Please, I want to get only the values and save in string variable, with SPACE like separator.

Hi,

How about the following? This stores tab separated value to content variable.

Sample20221122-1v2.zip (2.8 KB)

Please note that each namespace is necessary to be modified to your actual namespace.

Regards,