embed "<" in resource strings.xml

Is there some way of escaping special chars in string resource file? I want to use "<" but it crashes the compile.

there error message is :

"ERROR: Problem validating a resource file: The content of elements must consist of well-formed character data or markup."

What is the syntax for well formed markup?

HA! found it. 

&#60;