Install librapidxml-dev by entering the following commands in the terminal:
sudo apt update sudo apt install librapidxml-dev
Description:
fast XML DOM-style parser in C++ (development files)
RapidXml is a fast XML DOM-style parser written in C++. . RapidXml provides a minimalistic API and reduced memory footprint suitable for embedded applications. . Limitations: * The parser ignores DOCTYPE declarations. * There is no support for XML namespaces. * The parser does not check for character validity. * The interface of the parser does not conform to DOM specification. * The parser does not check for attribute uniqueness.
Homepage: http://rapidxml.sourceforge.net/
Version: 1.13-2
Section: universe/libdevel