Hi,
I have the following problem here with my code.
I'm looking for a possibilty to concatenate multiple
<ifParameterEquals ...>-tags with a logic AND or OR.
For example in pseudo-code:
<ifParameterEquals name="action" value="edit"> OR <ifParameterEquals name="action" value="view"> OR ....
Right now I'm always 'using' the same code within different single-<ifParameterEquals name....>-tags, so my code
gets more and more redundantely.
Any help would be appreciated.
Thanks in advance.
Michael

