Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Merging two xmls

Avatar

Level 7

Hi,

Just for information..

How to merge two xmls

1. convert the xml documents to xml variables using setValue activity. Only equating will convert xmlDoc to xml Variable.

2. serialize() each xml input variable. Each variable will get converted to string

3. concatenate both serialized variable and assing it to xml output variable. deserialization is not require. after concatenationg add root nodes if require.

Regards

Sunil

0 Replies