User-1623675128 posted
Hi, i have a string whic h has query which in turn has < > sybmols (sql query)
in code I am creating a xml document with one element <sql>pass here the string that we have above<sql>;
the moment we add the sql stirng into XML node the symboles <> replaced by > <.
how to avoid this?