I have seen that there are some function to help parsing XML when we are inplementing in Java.
Is there something (an API, some function...) to help parsing XML for Visual C++?
Thanks.
Printable View
I have seen that there are some function to help parsing XML when we are inplementing in Java.
Is there something (an API, some function...) to help parsing XML for Visual C++?
Thanks.
See the XML SDK around MSXML Api. It contains an excellent access to XML. It can be downloaded from MS Homepage (SDK and separate Runtime Distribution).
Try THIS
Besides the Microsoft one, you can take a look at the Xerces library...