/xml-parser

Lightweight xml parser

Primary LanguageC++Apache License 2.0Apache-2.0

xml-parser

Simple and lightweight header-only xml parser.

  • Allows parsing xml files and strings and creating xml documents
  • Handles namespaces and the basic 5 entity references
  • Supports different char types
  • Compiles and runs successfully using gcc, clang or msvc, but requires support for C++14 or newer

Implementation: src/xmlparser.hpp

Example usage: src/test.cpp