Switch Statement Tag
Please implement a switch statement so you can cut down on the number of IF tags in a document to handle cases where you are testing the same thing for different results.
14
votes

version 10.1
-
David Thielen commented
To add to this, what if it could have not just <case value='...'>...</case> but also support the alternative <case min='...' max='...'>...</case> if the value of the switch was a number or DateTime?