XML : How do I read and parse an XML file in C?

I need to read and parse xml file and have to supply parameters(path and mode) to fopen(path,mode). How to do this in C. Any small example will be appreciated.

No comments:

Post a Comment