XML messaging
I got XML messages fro mnetwork ( by SSL socket)., where the read function has an input parameter ( unsigned char[] ) to put the xml message in.
My problems are :
1. How can i get the XML message from the unsigned char[] buffer ?
2. How can i verify that i received all the XML messages ( on network may we receive the XML message in many paquets , than to well parse the XML message i have to ensure that i have the entire XML message ?
3. If you have a sample exemples i am very welcome.
Thanks in advance

