Posted: Thu Feb 17, 2005 7:52 am Post subject: IF condition
Partisan
Joined: 06 Jun 2004 Posts: 316
I have an XML Message of the form
<TEST><MSG></MSG></TEST> or <TEST><form></form></TEST> which is sent to i/p queue and i have to add tag <SUB></SUB> after MSG or form based on the input.
I have tried with this code
IF InputRoot.XML.TEST.(XML.Element)[1] = 'MSG' THEN .
......
ELSE
......
my message always executing ELSE statements. Please Correct me.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum