Is it possible to specify a query containing < or > (i.e. operators) within the .jaxor file. XML doesn't like using the bracket for not-bracket purposes.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to specify a query containing < or > (i.e. operators) within the .jaxor file. XML doesn't like using the bracket for not-bracket purposes.
Thanks
Use "ampersand"+"lt"+";" (<) for less than
or
"ampersand"+"gt"+";" (>) for greater than