Can you explain why your project needed XML?
4909
02-Apr-2013
Vijay Shukla
02-Apr-20131. 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.