Can you explain why your project needed XML?
Ask by Vijay Shukla
Updated 23 Sep 2020
1. If we having huge data to be transferred instead of sending all those data as dataset you can opt xml.
2. XML is simple to parse and it enables a quicker accessing of data.
3. Case sensitiveness is an extra advantage in validating the authentication for the user.
4. XML can be passed irrespective of OS, port and protocol.