Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

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