Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Absolute Path/Reference in RTF template
Summary:
Hi all,
I am working on a RTF template where the xml structure is mentioned below:
<Person>
<Person_Detail>
<Person_Info>
<AttributeP1> DataP1.1</AttributeP1>
<AttributeP2> DataP2.1 </AttributeP2>
</Person_Info>
<Person_Info>
<AttributeP1> DataP1.2 </AttributeP1>
<AttributeP2> DataP2.2 </AttributeP2>
</Person_Info>
</Person_Detail>
<Department_Detail>
<Department_Info>
<AttributeD1> DataD1.1 </AttributeD1>
<AttributeD2> DataD2.1</AttributeD2>
</Department_Info>
<Department_Info>
<AttributeD1> DataD1.2</AttributeD1>
<AttributeD2> DataD2.2 </AttributeD2>
</Department_Info>
</Department_Detail>
</Person>
Where Root_Node is Person
Person_Detail and Department_Detail are in the same level and of child node of Root_Node
Person_Info and Department_Info are in the same level and of child node of Person_Detail and Department_Detail respectively