Possible Duplicate:
Using NSXMLParser with CDATA
Im using NSXMLParser
to parse xml data from my server.
when user send a text message to another user my server is using CDATA tag to wrap the user text, because user text can break the xml structure.
My question is will the NSXMLParser
know how to handle the CDATA automatically? Is it built in the NSXMLParser mechanism?