Map Development Area (MDA)
Location:
_/_
markup
_/_
xml
_/_
family
_/_
xml
[ Zoom in ]
| xml |
|
|
Types:
|
-
Comment:
-
XML is a meta language to define markup languages: "XML application"
-
Comment:
-
separates syntax from semantics
-
Comment:
-
one method for representing structured data textually
-
result:
-
XML only describes how you can structure, store and retrieve information
-
result:
-
software is needed to send, receive and display xml documents
-
Comment:
-
is designed to describe data, not to display data
-
Comment:
-
universal format for structured documents and data
-
Comment:
-
data can be self-describing
-
Comment:
-
platform independent -> stored in plain-text format
-
result:
-
no fixed collection of markup tags, app. must define own tags
-
Comment:
-
XML does not DO anything!
-
Comment:
-
is an application of SGML
-
Comment:
-
XML is text, but isn't meant to be read by humans: just an exchange syntax
|
|
|