Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshb/dromexml
An XML parsing library written in C++.
https://github.com/joshb/dromexml
Last synced: about 2 months ago
JSON representation
An XML parsing library written in C++.
- Host: GitHub
- URL: https://github.com/joshb/dromexml
- Owner: joshb
- License: other
- Created: 2011-12-22T08:02:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-12T19:25:55.000Z (almost 13 years ago)
- Last Synced: 2023-04-15T11:17:50.319Z (over 1 year ago)
- Language: C++
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
ABOUT
-----
DromeXml is a library for parsing simple XML data. It is written
in C++ and can be easily incorporated into projects.DromeXml is distributed under a BSD-style license (see the
"COPYING" file included with DromeXml for more information).
It is developed by Josh Beam (http://joshbeam.com/).PLATFORMS
---------
DromeXml has been developed and tested on the following
operating systems:- Mac OS X 10.7 (Lion)
- Debian 5.0COMPILING
---------
DromeXml uses the CMake build system. You can compile it by
running the following commands from within the root directory
of the DromeXml source:$ mkdir build
$ cd build
$ cmake .. && makeFor an example of using DromeXml, see the source code in the
tests subdirectory of the DromeXml source.