====== TinyXML ====== **TinyXML** is a software module available on **Comet**. ===== TinyXML overview ===== To access **TinyXML** on Comet, run ''module load TinyXML''. This will load the //default// version of **TinyXML**. An overview of the module information is shown below (''module -r spider ^TinyXML$''): TinyXML: TinyXML/2.6.2-GCCcore-11.3.0 Description: TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. This module can be loaded directly: module load TinyXML/2.6.2-GCCcore-11.3.0 Help: Description =========== TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. More information ================ - Homepage: https://sourceforge.net/projects/tinyxml If there are multiple versions of **TinyXML** listed, then you can load a //specific// version as follows: $ module load TinyXML/version_string You can find the most //up to date information// whilst logged on to Comet by running ''module -r spider ^TinyXML$''. ---- ===== TinyXML Help ===== The module **TinyXML** has the following embedded help text (''module help TinyXML''): Description =========== TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. More information ================ - Homepage: https://sourceforge.net/projects/tinyxml ---- ===== TinyXML Dependencies ===== The //default// version of the module **TinyXML** has the following dependencies: * GCCcore/11.3.0 ---- [[:advanced:software|Back to software]]