Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PLEASE GENERATE THE SIMPLE TRANSFORMATION CODE FOR BELOW XML FORMAT

Former Member
0 Likes
343

<RESULTS>

     <app/>

     <msg/>

     <topic/>

     <RESULT request="AllCos">

          <id>12345</id>

          <name>ABCD</name>

          <UrlEscapedname>ABCD</UrlEscapedname>

          <type>company</type>

          <ticker>X</ticker>

          <lorder>1</lorder>

          <firm/>

          <mktcap>123245</mktcap>

          <weight>0</weight>

     </RESULT>

     <RESULT request="AllCos">

          <id>123456</id>

          <name>XXXX</name>

          <UrlEscapedname>XXXXX</UrlEscapedname>

          <type>company</type>

          <ticker>X</ticker>

          <lorder>1</lorder>

          <firm/>

          <mktcap>1546</mktcap>

          <weight>0</weight>

     </RESULT>

</RESULTS>

Moderator message: SCN is not a code generator, please try this yourself first, read documentation, search for information, do not post all capitals in the title.

Message was edited by: Thomas Zloch

1 REPLY 1
Read only

Former Member
0 Likes
313

i have tried it a number of times but in vain...