I used a httpservice which returns a xml as a result.But the content itself has a '<' symbol or '>' symbol , it leads to error ! How can i handle this? Thanks in advance.
Asked
Active
Viewed 94 times
1 Answers
0
Either escape the content or enclose it in cdata. see http://xml.silmaril.ie/authors/specials/
-
RC, Thanks for your reply. Im analysing the part. Will post the details once it is done. – Sankara narayanan Aug 18 '10 at 08:54