Path to this page:
./
textproc/tinyxml2,
Simple, small and efficient C++ XML parser
Branch: pkgsrc-2017Q3,
Version: 2.2.0,
Package name: tinyxml2-2.2.0,
Maintainer: pkgsrc-usersTinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.
TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is
parsed into a C++ objects that can be browsed and manipulated, and then
written to disk or another output stream. You can also construct an XML
document from scratch with C++ objects and write this to disk or another
output stream.
TinyXML (textproc/tinyxml) served the needs of the original author for
many years; but it uses memory inefficiently, and doesn't perform as
well as desired for mobile devices. The author wanted an XML parser that
was a little more modern, a little simpler (the "tiny" had been lost a
little over the years), and was a good fit for Android.
This led to TinyXML-2.
Master sites:
SHA1: 7869aa08241ce16f93ba3732c1cde155b1f2b6a0
RMD160: 6b0824555d8fe9a97ec32647ac5058b1aaccea6d
Filesize: 444.557 KB
Version history: (Expand)
- (2017-09-29) Package added to pkgsrc.se, version tinyxml2-2.2.0 (created)