For more information, please refer to this announcement explaining best practices for getting answers to questions.
Printing details on a single row using a XSL Fixed Position Template
Summary
Need help in printing both parent and child XML details in the same rowContent
Hi All,
Need your suggestions on how to solve the below requirement:
1. Application: Release 13 - Cloud HCM
2. We have a created HCM Extract to deliver data to a third party Benefits provider
3. The XML structure generated from the HCM Extract is as below:
<Parent Tag>
<Parent Attributes 1..n>
<Child Tag>
<Child1 Attributes 1..n>
</Child Tag>
<Child Tag>
<Child2 Attributes 1..n>
</Child Tag>
</Parent Tag>
4. The output file should be generated as below:
Parent Attributes1..n Child Attributes 1..n Child2 Attributes 1..n
Note: There could be multiple Employee and Dependent records