convert < to < xml document
- by Lenin Lourembam
Hi,
I have read an XML file and converted into NSXMLDocument object. But, due to the presence of "<" in the string content of a node, it has been converted into "<". So, when i write it as xml document to a file, it has the character "<" in it.
How can i write to the file as ordinary XML file in which "<" will be replaced by "<".
Thanks and Regards,
Lenin