Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In xml file we write "<" as "<"; How to write double quotes "in XML file
u can write "<" as " < "
modified on Friday, June 20, 2008 3:33 AM
" = " You could use System.Web.HttpUtility.HtmlEncode("anysignyouwant") to get the answer. Kjetil