mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
5 lines
357 B
Text
5 lines
357 B
Text
TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily
|
|
integrated into other programs. It attempts to be flexible, but correct. It
|
|
does not rely on exceptions or RTTI. It has UTF-8 support, but does not parse or
|
|
use DTDs or XSL. It doesn't have the STL support of TinyXML-1, but uses less
|
|
memory, has a proper namespace, and is faster.
|