Hi,
I need to create a table in PlanetPress Design7, but the variables on XML are not constant.
example:
Node1
__|--Node2
_______|--Var1 :=a
_______|--Var2 :=b
_______|--Var3 :=c
__|--/Node2
__|--Node2
_______|--Var1 :=a
_______|--Var2 :=c
__|--/Node2
__|--Node2
_______|--Var1 :=b
__|--/Node2
/Node1
How could I do that each one receives the data in place, given that my table has an order to follow according to the value of each tag ... Var1 always receives "a", Var2 always receives " b "and Var3 always receives" c ".