Forum Discussion
Astr0x
16 years agoOccasional Contributor
Hi M McDonald,
I was able to resolve the issue. Thanks for the help.
BTW, is it possible to edit the test request xml in this manner:
==> insert a if condition stating the employeename=="eric" then display
employeename1 value
companyname1 value
company address1 value
==> else display
company address2 value
==> End if
In short, I would like to add in if else or other conditions before I display elements I want in the test request xml. It is kinda like you are doing in a jsp where you can do conditions to state what to display in the jsp like opening:
<% if .... {%>
<% }else{ %>
<% } %>
If we can do that, how should I go upon doing it? please advise.
Thanks alot once again.
I was able to resolve the issue. Thanks for the help.
BTW, is it possible to edit the test request xml in this manner:
==> insert a if condition stating the employeename=="eric" then display
==> else display
==> End if
In short, I would like to add in if else or other conditions before I display elements I want in the test request xml. It is kinda like you are doing in a jsp where you can do conditions to state what to display in the jsp like opening:
<% if .... {%>
text 1
<% }else{ %>
text 2
<% } %>
If we can do that, how should I go upon doing it? please advise.
Thanks alot once again.