xml parsing - How to use special characters in XML -


i writing query in xml in ssrs report. can use "& lt;"(less than) without problem not able use "& le;" cdata doesn't work in query gets ifnored (less equal).any suggestions?

what character(s) hoping ≤ refer to?

(perhaps "<="? or perhaps "≤"?)

you can either define entity expands &le; required character(s), or can enter required characters in file directly, in place of entity reference.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -