XML tree
Appearance
XML documents have a hierachial structure and can conceptually be interpreted as a tree structure, called an XML tree. This tree structure can not be divided into just root, nodes and leaves as normal tree structures. Unfortunately there is no consensus on the terminology used on XML Trees, however at least two standard terminologies exist:
- The terminology used in the XPath Data Model
- The terminology used in the XML Information Set.