Thursday, July 30, 2009

XML DOM library in C++ UNIX?

Any idea that how can I manipulate (Adding and Removing) with XML nodes in UNIX C++? Any idea/ document about how to do the implementation using libxml or some other libs??? Any help will be appriciated.

XML DOM library in C++ UNIX?
You may want to look at the Apache Xerces project. They have a C (or C++) XML parser, which does DOM and SAX.


No comments:

Post a Comment