An XML file has data like:
<AddtlStsRsnInf>/00000002/Level 2 Reject</AddtlStsRsnInf>
<AddtlStsRsnInf>The Transaction Reference Number is</AddtlStsRsnInf>
<AddtlStsRsnInf>not unique.</AddtlStsRsnInf>
How do you concatenate the data from all the three tags into a variable?
Thanks and regards,
Kiran
I think you would use something like:
You'll need to adjust the XPath query if you're only supposed to select some
AddtlStsRsnInf
nodes.This may help:
Given:
You can wrap it in a variable (
v
) using: