Chapter 1. Overview

Table of Contents

1.1. General usage

A simple FileHandler which provides basic editing capabilities specifically tailored to XML content. It provides syntax highlighting of the loaded XML data and performs on-the-fly checking for wellformedness.

As this is a generic FileHandler for arbitrary XML content, no checking of the semantics or conformance to an XML schema is supported here. If such checking is required, a specialization of this FileHandler has to be selected to open an XML file. A selection of specialized FileHandlers for some of the more commonly used standard and BoarderZone XML schemas is provided along with this FileHandler.

As this FileHandler supports modification and saving of the loaded data, it is an editor by nature.