Can we use two or more values in XML when condition tag - TechRepublic
Question
June 3, 2007 at 02:31 AM
world.apps

Can we use two or more values in XML when condition tag

by world.apps . Updated 19 years ago

Hi,

I am learning XML Publisher. Please help me in this.

Here I am using two tables to print data from RTF file.
Table:1
Invoice Date Amount
ForEachINV INVDATE INVAMT
choose
when inv_num
INVNUM
end when
End foreachinv

Table:2
Invoice Date Amount
ForEachINV INVDATE INVAMT
choose
when inv_num
INVNUM
end when
End foreachinv

->For first table in when condition I am using

It needs to render the first table and fill all the details.

->For Second table in when condition I am using

If this condition is met it has to render the second table and fill the all information.

When i am using one value in when condition i am getting the output. But when i use more than two or more values i am not getting the output.

Can we use two or more values in when condition?
or
Can we do it through if conditions?

Could anyone help me in this?

Thanks in advance

This discussion is locked

All Comments