IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Externalized structure for MapFormat

<map id="name" source="sourceCtx" target="targetCtx" 
            sourcePrefix=" aPrefix" targetPrefix="aPrefix">
    <!-- one or more of the following mappings-->
    <mapping source="source" target="target" value="value"/>
    <!-- or one or more of the following modification mappings-->
    <mod source="source" target="target" value="value" modcode="code"/>
</map>

A map tag may contain mapping subtags, OR mod subtags, but not both.



Feedback