From 5e2f502aa65eb1269a71d0aaee695c3295ff3b17 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Jul 2014 17:16:45 +0000 Subject: Import tinyxml2-2.1.0 as textproc/tinyxml2, packaged for wip by Niclas Rosenvik. TinyXML-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. --- textproc/tinyxml2/DESCR | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 textproc/tinyxml2/DESCR (limited to 'textproc/tinyxml2/DESCR') diff --git a/textproc/tinyxml2/DESCR b/textproc/tinyxml2/DESCR new file mode 100644 index 00000000000..9a0069dcb88 --- /dev/null +++ b/textproc/tinyxml2/DESCR @@ -0,0 +1,16 @@ +TinyXML-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. -- cgit v1.2.3