I have one alias file which is acting as a wraper to XML.
<Alias name='Type'>
<Xpath>@subType</Xpath>
</Alias>
generally this return MEConsumed or MEResource. I want the behaviour that if @subType=MEConsumed then it should return CON and when @subType=MEResource then it should return "REF".
Help me with this .. i am very new to all this
Regards,
Anish