Changes
/* Classes */
namespace UBIK.Interface.Module.XML
public class XMLDataImport
</source>
=== XMLDataExport ===
* Creates XML data from UBIKĀ® objects using a XML converter and XML mapping
<source lang="csharp">
namespace UBIK.Interface.Module.XML
public class XMLDataExport
</source>
=== XMLConverter ===
* Converts {{UBIK}} MetaClasses / MetaProperties into XML elements / attributes and vice versa
* Translates XML items into {{UBIK}} content objects
<source lang="csharp">
namespace UBIK.Interface.Module.XML
public class XMLConverter
</source>