XML Discoverer

The goal of the Generic XML Discoverer plug-in is to allow generic extractions of XML information from a XML file, without the need for a metamodel dedicated to a conforming Document Type Definition(DTD) or XML Schema Description (XSD).

Details

Considering XML files conforming to DTD or XSD, it will be more convenient to have some dedicated metamodels to manipulate information. However, Generic XML Discoverer is an alternative for miscellaneous XML files (no or uncommon DTD/XSD).

This plug-in aims at analyzing any XML file providing a model describing the information found, conforming to the Generic XML metamodel. Moreover, it allows to serialize the xml file back from the model. Thus, some M2M transformations might be used jointly to upgrade some xml files.

Since the metamodel is a subset of W3C XML concepts, the end user should be aware of some limitations in serializing back some advanced XML contents.

User manual

Discovering and browsing from contextual menu

Right-click on a XML file and select the XML discoverer ( Discovery > Discoverers > Discover XML Model...):

Menu in Eclipse to discover a XML model

A discovery parameters dialog opens to let you specify the parameters of the discovery:

Once launched, a progress dialog will appear as soon as the operation begins. Depending on the size of your file, the reverse engineering process might take some time to complete:

At the end of the process, the newly created model file is added to the root of your project if you set SERIALIZE_TARGET to true:

XML model in the package explorer

And the model is opened in the default model browser if you selected Open model in editor after discovery:

XML model viewed with the MoDisco model browser

The model file for the XML file (with a filename ending in "_xml.xmi" by convention) can be opened in any model browser:

"Open With" on a XML model