<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.