xml
Tag
Sempare Template Engine for Delphi 1.8.0
by Sempare Limited in Libraries for Delphi
Sempare Template Engine for Delphi allows for flexible text manipulation. It can be used for generating email, html, source code, xml, configuration, etc.
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.
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.