The meaning of the different icons.
XML Marker uses different icons to represent the different parts of the XML document. The Icons are used in the Tree View and in the Tree Selection Browser. The icons are summarized in following table:
Icon
Meaning
Example
Attribute
name="value"
empty tag
<empty_tag/>
A tag containing only character data (untagged text).
<name>john</name> <name></name>
A tag containing exactly one attribute and no content.