tinyxml2

A small C++ XML Parser

Version

11.0.0-1
(2025-04-30)

Size

36.9

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.