What does XML Look Like!
Below shows a sample XML document:shipping address information for a
customer named John Smith, for order number A9999.
Using such a document, we can identify key relationships about different
data items with respect to the entire "customer" entity. This document
is self-describing, because tags describe the information it contains.
XML is simple because its rules for creating a markup language to
encapsulate data are straight forward.
An XML plus is XML's support for the Unicode standard, a character-encoding
system that supports all major languages. Unicode support lets XML accept
virtually all the characters used in the world.
|