|
XML2XMLMapper provides
an intuitive, drag-and-drop approach to create mapping definitions
between two different XML Schemas.
Once created, mapping definitions can be used to generate
Mapper XSL(eXtensible Stylesheet language) or Mapper
Java classes or Mapper CSharp classes or all of
them. At runtime you could either use Mapper XLSs or
Mapper Java classes or Mapper CSharp classes
to convert one form xml document to another.
XML to XML Mapper
Map designer provides easy to use features to create Map
definition to convert given one XML document to another.
To convert one form XML document to another,you need to do
the following steps.
- Create a Map definition using the source XML Schema and
target XML Schema.
- Generate XSLs or Java classes or C# classes.
- Test using generated XSLs(Optional)
Map Designer allows you to do all the above steps.The generated
Mapper Java classes or Mapper XLSs or Mapper
C# Classes could be used at a run time to convert incoming
xml document to targer xml document.
Features
- Drag and drop-mapping an input to an output can be done
just by dragging an input field and drop this field onto
an output field.
- Works with JAXB compatible XML marshaller and unmarshaller.
- Available as an Eclipse Plug-in.
- Graphical representation of Schema (TreeTable and Tree
View) - Provides easy navigation of schema element.
- Provides graphical view on how fields are mapped from
one format to another format.
- Provides way to access the source and target schema field
properties.
- Integrates other tools.
- Unit test can be done using generated Mapper XSLs
- Advanced Mapping can be implemented by using 'Custom Mapping
feature', which generated custom transformation class template.
- Has rich set of Translation API for both types of transformations.
|