Make sense of an XML document
XML describes information using named tags. Those tags can form a deep hierarchy, which is useful for software but harder to scan in a large source file. The visual editor presents the same document as expandable elements with separate controls for names, text, and attributes.
Changes flow in both directions between the visual tree and source. If a source edit is temporarily invalid, the editor reports the problem while keeping your last valid visual tree intact.