https://github.com/oskaritimperi/sxml
Stupid XML Generator
https://github.com/oskaritimperi/sxml
Last synced: 8 months ago
JSON representation
Stupid XML Generator
- Host: GitHub
- URL: https://github.com/oskaritimperi/sxml
- Owner: oskaritimperi
- License: zlib
- Created: 2011-05-24T18:47:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-01T08:45:17.000Z (over 14 years ago)
- Last Synced: 2025-02-16T02:41:37.821Z (9 months ago)
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
sxml
----
(Stupid XML Generator)
A simple class to generate XML without fuss. Born out of frustration
of entering XML data directly to C++ strings.
requirements
------------
C++ compiler and STL (sxml uses string, map, vector and stringstream
for formatting some values).
usage
-----
sxml is intended to be included directly in your source code tree.
As it consists of only one source file and one header file, that
shouldn't be impossible.
See the example.cpp file for simple usage, you should get the hang
of it pretty soon.
Copyright (C) 2011 Oskari Timperi