Posted: Fri May 02, 2008 7:44 am Post subject: parsing XML to a flatfile
Newbie
Joined: 02 May 2008 Posts: 1
Hi all,
Can anyone help me to solve this issue.
I get a XML similar to the following.
<PriceChanges>
<PriceChange>
<username>puser</username>
<itemNumber>EC30ATL00CP</itemNumber>
<price>111.00</price>
</PriceChange>
<PriceChange>
<username>puser</username>
<itemNumber>ER76ABS46CP</itemNumber>
<price>111.00</price>
</PriceChange>
<PriceChange>
<username>puser</username>
<itemNumber>ES40CFX04BP</itemNumber>
<price>111.00</price>
</PriceChange>
</PriceChanges>
Now i have a single PriceChange message and send to another system(in CWF format) as individual message.this part i am able to do it.
2nd part i have to extract them as indivual messages as above CWF and combine all of them in a single string. How can i do it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum