Hi,
In what cases do we need to use XML files? what are the advantages if any?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh KumarPosted May 8, 2013, 10:58 AM
1) Forwarding customer orders to vendors for processing without knowing the s/w program vendor is using to process order.
2) Exchanging data b/w multiple application with multiple p/f.
e.g exchanging data b/w asp.net website and iPhone application
3) You want to insert one to many relationship data in data base. Here you need to buid xml string to sent at database.
Mahesh KumarPosted May 15, 2013, 7:01 AM
Suma MPosted May 9, 2013, 12:04 AM
Jignesh TrivediPosted May 9, 2013, 12:01 AM
hi,
i think in the case data is not frequently change and has limited number of data than you can use XML file.
also if you want to transfer the data than you can use XML.
hope this will help you.