Introduction To XML - Integrative Programming Ii
Introduction To XML - Integrative Programming Ii
Note:
The terms parent, child, and
sibling are used to describe the
relationships between elements.
Parents have children. Children
have parents. Siblings are
children on the same level
(brothers and sisters).
All elements can have text
content (Harry Potter) and
attributes (category="cooking").
A prolog defines the XML version
and the character encoding:
XML Prolog