Can you explain why your project needed XML

Q

Can you explain why your project needed XML?

✍: Guest

A

Remember XML was meant to exchange data between two entities as you can define your user friendly tags with ease. In real world scenarios XML is meant to exchange data. For instance you have two applications who want to exchange information. But because they work in two complete opposite technologies it’s difficult to do it technically. For instance one application is made in JAVA and the other in .NET. But both languages understand XML so one of the applications will spit XML file which will be consumed and parsed by other applications
You can give a scenario of two applications which are working separately and how you chose XML as the data transport medium.

2007-10-31, 8286👍, 0💬