DanglingPointer / xml-parser

Lightweight xml parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lightweight xml parser

License:Apache License 2.0


Languages

Language:C++ 96.8%Language:Makefile 3.2%