You can nest ifParameterEquals tags to simulate an AND condition, but there isn't currently a convenient way to simulate an OR. Trying to come up with a concise tag-based syntax for this (also for an ELSE) has not been particularly easy -- I'm open to suggestions.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
Craig McClanahan

