How to display a text like "<abc>" in xml

Hello all,
I have to display a text like "<abc>". Since <> symbol is used as tag, its not displaying. Please tell me the way.
[142 byte] By [rahulsri19] at [2007-11-20 9:31:30]
# 1 Re: How to display a text like "<abc>" in xml
You have to use either CDATA section, or > and < entities.

Cheers
Hobson at 2007-11-10 3:26:52 >