How to parse the file which is having the semicolon as field element separator, as semicolon is not listed in the Message model wizard for "field separation".
SET OutputRoot.XMLNSC.animals.animal[1].(XMLNSC.Attribute)type = 'domestic';
SET OutputRoot.XMLNSC.animals.animal[1]VALUE = InputRoot.XMLNSC.animal.animaldomestic;
SET OutputRoot.X ...