Edit XML Object
---------------

The example shows how XMLInspector may create XML object editing forms.

Run the example. Using scheme.xsd the program will create an object inspector 
and try to load an XML object from object.xml. If the file doesn't exist, the 
program will let you edit a new object. 

After closing the program the changed (or created anew) object will be saved 
to object.xml.

You may change the scheme manually to enable program editing of different 
XML objects without recompiling the example.