Skip to Content
0
Former Member
Jul 02, 2009 at 07:29 AM

CreateIf/Ifwithoutelse node function

770 Views

Hello,

I have target structure like below

Header - 0..Unbounded

SubHeader - 0...1

elements - 0..1

...

...

I need to create Header tag upon some condition mets

I used a createIF node function for the same and it works only for the success condition and its throwing an error as

Cannot produce target node...but my occurence is 0..unbounded for header and 0.1 for subHeader

I am passing the value of UDf and used equals Function..as a condition to create IF and used If without else also but still same..

Any help is appreciated..

Rajesh

Edited by: Rajesh on Jul 2, 2009 1:00 PM