xParse 0.76 review

Download
by rbytes.net on

xParse is an XML Parser written in C++

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Rudolf Olah
0 stars award from rbytes.net

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