Transmorpher


Easy combination of XSL transformation :

The basic transformation :
 

Operation
Graphical representation
Graphical representation
LOAD / SAVE XML FILE

 MERGE / DISPATCH 
XML FILE
APPY XSL TO XML FILE 
And basic (predifined) transformation

 

Possibility to Group basic (or complex) traNsformation into complexe transformation module 
(external or not)
Querry & Loop operator

Combination of the process :

    -  simply links the in Port to the OutPort
        when you define your own process simply say :
                <Process name="A" ...... in ="in1" ....>
                <Process name="B" ...... out ="in1" ....> and magically the two port are link.
    -  defines group of object

For example :
       Sample 1 : this is a simple transormation (see Sample 1 )
       Sample 2 : this is a simple transormation with a query (see Sample 2 )
       Sample 3 : this is a more complex transormation (see Sample 3 )