parser

Tag

expat
expat 1.0
by Expat development team in C++ Libraries for C++Builder

This is Expat, a C library for parsing XML, started by James Clark in 1997. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.

13 Nov 2023
EULA

NemaTode
NemaTode 1.0
by ckgt in C++ Libraries for C++Builder

Cross platform C++ 11 NMEA Parser and GPS Framework. NemaTode is yet another lightweight generic NMEA parser. It also comes with a GPS data interface to handle the most popular GPS NMEA sentences.

13 Nov 2023
ZLib license

TinyXML2
TinyXML2 2.0
by Lee Thomason in C++ Libraries for C++Builder

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.

13 Nov 2023
zlib license