Light-weight, simple and fast XML parser for C++ with XPath support
Repository:pugixml-1.15 is out. This is a maintenance release that adds support for std::string_view along with compatibility improvements (read the changelog for details).
Highlights for this release include:
xml_attribute:: and xml_node:: functions now transparently support std::string_view and std::string when C++17 support is detected.You can download the source package or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml).