I need some Help with creating XML "Condition" Clauses.
I'm new to XML, so I'm not quite versatile.
What I need to do is : create a "Condition" which will trigger the execution of another XML code (or another portion of the same XML script)
Example : let's say that I have a list (Dropdown Menu). When the user selects a particular option from the menu, it will trigger another portion of the same XML script, or simply execute another XML code altogether.
How do I do this in XML?
Should it be : "......If (fieldname)='value' then......"
or something like that.
Thanks