Extend the enumeration with "</>" characters

Values ​​in XML - Enum are true if only they are equal to the given parameter! How about making the values ​​true if you specify the “<” and “>” signs?

I believe all those use-cases can be handled with conversion part on value.

Does it mean that RD currently supports these characters in XML?

That is not how enum usually works, but I can take a look if I can do something easily.

How about I add a range into the enum? So you could specify like this:

enum="0~10:zero_to_ten,11~20:eleven_to_twenty,#:something_else"

excellent! it will do!