How to escape the < and ≤ symbols in xml?
You will have to escape those symbols as following:
<
will be<
>
will be>
The ≤
sign doesn't need escaping.
You have to escape those symbols for XML.
What characters do I need to escape in XML documents?
Use this:
< <
> >