InterviewSolution
| 1. |
What Is Xml? |
|
Answer» XML is a markup LANGUAGE for documents containing STRUCTURED information. Structured information CONTAINS both content (words, pictures, etc.) and some INDICATION of what role that content plays (for example, content in a section heading has a different meaning from content in a footnote, which means something different than content in a figure CAPTION or content in a database table, etc.). XML is a markup language for documents containing structured information. Structured information contains both content (words, pictures, etc.) and some indication of what role that content plays (for example, content in a section heading has a different meaning from content in a footnote, which means something different than content in a figure caption or content in a database table, etc.). |
|