XML SQL Query

When writing sql query inside Xml tags. I can't use > sign as it ends the xml tag...so how i am going to use greater than comparison in XML sql
[152 byte] By [shuvo] at [2007-11-19 7:56:17]
# 1 Re: XML SQL Query
You may try $lt$, $le$, $gt$ and $ge$ for <, <=, > and >= respectively.
Thread1 at 2007-11-10 3:27:37 >