BI Publisher (MOSC)

MOSC Banner

XML Output

edited Mar 15, 2011 1:11AM in BI Publisher (MOSC) 1 commentAnswered
Hi all,


I have a requirement to provide the xml output in following format.

- <PSO>
 - <table name="Non Premium Modules">
 - <row>
    <column name="Application Modules">Human Resources</column>
    <column name="Period 1">x</column>
    <column name="Period 2" />3</column>
    <column name="Period 3" />1</column>
    <column name="Period 4" />65</column>
         </row>
  </table>
</PSO>

I tried by creating a data template and i get the output as

- <PSO>
 - <NON_PREMIUM_MODULES>
 - <row>
        <APPLICATION_MODULES>Human Resources</APPLICATION_MODULES>
       <PERIOD_1>x</PERIOD_1>
        <PERIOD_2>3</PERIOD_2>
        <PERIOD_3>1</PERIOD_3>
        <PERIOD_4>65</PERIOD_4>
          </row>
  </NON_PREMIUM_MODULES>
</PSO>

Any ideas to resilve this issue will be useful.

Regards,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center