xParse 0.76 review
DownloadxParse is an XML Parser written in C++
|
|
xParse is an XML Parser written in C++. It consists of two files: the .h and .cpp. xParse was designed to be very small and compact.
xParse was created because I was frustrated by current XML Parsers. They were too big, too complicated, and/or lacked documentation.
What's New in This Release:
A tutorial was added, and some methods were renamed.
For example, getData() becomes data() and getNext becomes next().
This is similar to Qt code.
xParse 0.76 keywords