File: README.md

package info (click to toggle)
libzeem 2.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: cpp: 13,810; xml: 49; makefile: 15; sh: 11
file content (14 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
zeem
====

This library is a C++ ~~Module Library~~ library implementing a validating XML parser, a DOM tree, XPaths and serialization.

Full documentation is available [here](https://mhekkel.github.io/zeem/)

> **NOTE** This library was initially named mxml, but that name was already taken.

Building
--------

In order to build this software you need very recent versions of CMake (at least version 3.23) and compilers, at least version 17 of CLang or version 14 of gcc.