Transmorpher |
The basic transformation :
|
|
|
LOAD / SAVE XML FILE |
![]() |
![]() |
XML FILE |
![]() |
![]() |
And basic (predifined) transformation |
![]()
|
![]() |
(external or not) |
![]() |
![]() |
|
![]() |
![]() |
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 )