Hello Everyone,
I am trying to create a concept mapper dictionary in
Java code. Here is a snippet of what I would like to create -*<token canonical="id_1" exclusion="false">* * <variant base="variant_1" source="Source_1"/>* *</token>* I have been successful in creating the above snippet using DictEntriesImpl, except for the source attribute. I am unable to find a way to pass the source information into DictEntriesImpl. Any ideas on how that could be done? Thanks in advance, Harshal
