Experts,
I am trying to do a simple mapping. My Source
<root>
<a>a</a>
</root>
My target
<root>
<x>constant<x>
<y><y>
</root>
y is aoptional in the target and this shpuld be produced only if the value of a = a. I am trying the graphical mapping if ...then ...
I get error when the value of <a> is anything othan than a. Instead of erroring, it should just not produce the target node.
Sabbir