Hi,
I need help to generate XML file from oracle report builder 6i.
I want to generate following format of XML using report6i.can u please tell me how can i insert Fields tag in the XML .
The XML format id
<Messages>
<Fields>
<ID>425366</ID>
<DATA_A>
<A_1>45</A_1>
<A_2>jai</A_2>
</DATA_A>
<DATA_B>
<B_1>456</B_1>
<B_2>singh</B_2>
</DATA_B>
<DATA_C>
<C_1>123</C_1>
<C_2>pal</C_2>
</DATA_C>
</Fields>
</Messages>