I am using C and want to know are XML messages are preferable over text messages as far as communication over a socket connection is concerned?
- Is there any other good option available rather to go for XML?
- Which is the best parser(or parsing option) available for parsing XML in C?
- Is there any standard library which comes with C and helps to parse XML messages?