tinyxml

A small C++ XML Parser

Version

2.6.2-6
(2024-07-07)

Size

83.4

KiB

Repository

HaikuPorts
x86_64
Tinyxml is a simple, OS independent XML parser for the C++ language.
Timyxml was first created to solve the common text I/O file problem. It parses the XML into a DOM-like tree and is able to read and write XML files.It allows you to create your own document mark-ups or even construct an XML document from scratch with C++ objects.