InterviewSolution
Saved Bookmarks
| 1. |
What is XML? |
|
Answer» XML(Extensible Markup Language) is a mark-up language that states rules for document encoding formatting in such a WAY that it can be easily understood by both humans and machines. It is USEFUL to describe the data, develop information formats, and SHARE structured data through the internet. |
|