Chapter 1. Overview

A very simple FileHandler which allows to edit arbitrary ASN.1 data structures in form of an XML document.

The FileHandler loads the file and automatically detects what kind of format the file contains, supported formats are:

The loaded data is then converted to and presented as an XML structure which can be edited in a normal XML editor. The edited contents are validated against the embedded XML schema AsnXml.xsd.

Saving of changes will convert the data back into the format that was loaded and will be saved in that format. Note that it is not possible to save data that is invalid (in regard to the embedded XML schema), except for the custom XML format (which still requires explicit confirmation to save such invalid content).