Skip to Content
0
Former Member
May 06, 2009 at 12:44 AM

Generate the Element on target if the value exists in Source element

1392 Views

Hi

i have requirement where i have to generate the target element if the value exists in Source element

suppose if i have a value in <name>test</name> then generate the element on target side <name>test</name>

if i dont have value on source side <name></name> then i dont want to generate the element on target side

how i will achieve that

S V