For example, is this valid XML?:
<foo bar="3<5" />
Or do I have to escape them?:
<foo bar="3<5" />
For example, is this valid XML?:
<foo bar="3<5" />
Or do I have to escape them?:
<foo bar="3<5" />
You have to escape the literal <.
You can check this using any XML Validator.