Hi,
I am using WESB tool and in one of the XSLT mapping that I am working on has many fields on the source XSD that need to get one single field but different occurences of that field on the target XSD. So putting it in an example
If distinct fields, A, and B of source M go to different occurrences of Field C in array D in target N
A maps to target N.D[1].C = Source M.A
target N.D[2].C = Source M.B
at this point, I have not found any way for me to do this directly or indirectly. I can only map to one single occurence as we are not able to instantiate the target array (in the example, array D). Does anyone know a better way to do this.
I am using WESB tool and in one of the XSLT mapping that I am working on has many fields on the source XSD that need to get one single field but different occurences of that field on the target XSD. So putting it in an example
If distinct fields, A, and B of source M go to different occurrences of Field C in array D in target N
A maps to target N.D[1].C = Source M.A
target N.D[2].C = Source M.B
at this point, I have not found any way for me to do this directly or indirectly. I can only map to one single occurence as we are not able to instantiate the target array (in the example, array D). Does anyone know a better way to do this.