xslt transformation logic to replace the xml element name/tag dynamically
Summary:
xslt transformation logic to replace the xml element name/tag dynamically
Content (please ensure you mask any confidential information):
xslt transformation logic to replace the xml element name dynamically. Below is the Input XML and Expected XML OUT, the highlighted elements i.e. 2222 and 3333 are the element tag from the response hold the value from the response itself.
---- Input -----
<ReadResponse >
<FlowRecSet>
<FlowRec>
<BASE_FLOW_NAME>Test EXT</BASE_FLOW_NAME>
<FLOW_ID>1111</FLOW_ID>
<FLOW_PARAMETER>Effective Date</FLOW_PARAMETER>
<BASE_FLOW_PARAMETER_NAME>EFFECTIVE_DATE</BASE_FLOW_PARAMETER_NAME>
<BASE_FLOW_PARAMETER_ID>2222</BASE_FLOW_PARAMETER_ID>
Tagged:
0