ICS Unable to achieve grouping of xml elements in XSLT mapping
Summary
ICS Unable to achieve grouping of xml elements in XSLT mappingContent
Hi Folks
We have a requirement where we need to group incoming xml nodes into a single node and apply functions etc. In SOA we are able to do the same using
generate-id() and key( ) functions, but when we apply same concept in ICS it is not behaving as expected.
Below is the input xml file that we are using
<dbad:DBAdp_Select_ExtensityDBOutputCollection>
<!--Zero or more repetitions:-->
<dbad:DBAdp_Select_ExtensityDBOutput>
<dbad:Allocated_Department>Allocated_Department1</dbad:Allocated_Department>
<dbad:Paid_Amount>2</dbad:Paid_Amount>
1