Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the equivalent of 'greater-than-equal-to' or 'less-than-equal-to' in XML?

Tags:

html

xml

dns

I found this Use of Greater Than Symbol in XML where the answer is to use the following for 'greater-than' and 'less-than' respectively:

> and <

However, what should we use for 'greater-than-equal-to' and 'less-than-equal-to' ?

I already tried the following but it didn't work for me.

≥ and ≤ and &gte; and &lte;
like image 852
Crusaderpyro Avatar asked Oct 19 '16 07:10

Crusaderpyro


1 Answers

Thanks to comment from choroba.

>= and <=

like image 103
Crusaderpyro Avatar answered Oct 17 '22 04:10

Crusaderpyro