aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 3d05c5994579a433213144d3e4cbf98d19709bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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