Please give me some idea of how to convert the data in this format to XML format
where the output looks like thisCode:[DATA] data1 [ENTRY] entrying here [STORY] story details
Code:<?xml version="1.0"?> <DATA>data1</DATA> <ENTRY>entrying here</ENTRY> <STORY>Story details </STORY>





Bookmarks