Assist with navigating downward in an XML output within an RTF eText template
Hi ,
I need help with
navigating downward in an XML output within an RTF EText template, especially when dealing with multiple data sets at the same hierarchical level.
For example consider my XML path -
<XLAAARPT>
-<LIST_BALANCE_CCID>
-<BALANCE_CCID>
-<LIST_CCID_S>
-<CCID_S>
-<LIST_PERIOD_S>
-<PERIOD_S>
-<LIST_JELINE_ROW>
-<JELINE_ROW>
-</JELINE_ROW>
-</LIST_JELINE_ROW>
-</PERIOD_S>
Now I want certain columns from PERIOD_S level & JELINE_ROW level to be present in the same row in my output.
In my EText Template if i just mention <LEVEL> as PERIOD_S, it's filtering out enormous amount of data.