C++ XML Parser for Android
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello there, I am developing a C++ module for Android and needs to do some XML formatting of messages. Is there a way of doing XML parsing using C++ in Android? I know that JAVA has XML class to do parsing. But unfortunately i will not be able to use that as am doing the development on C++. Please share any sample code. Thanks in advance.