new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / os_xml / README
1 == OSSEC, os_xml "library" ==
2 Copyright (C) 2009 Trend Micro Inc.
3
4 This "library" is a set of very simple functions to read
5 a XML configuration file.
6
7 It can only read XML, not write. I did not test it on very
8 complex XML files, so I don't know if it will work.
9
10 Any question, comment or suggestion, please contact me
11 at dcid@ossec.net or daniel@underlinux.com.br.
12
13 The latest version of this library is available at
14 http://www.ossec.net/
15
16 == Examples ==
17
18 The file examples/main.c shows some examples (reading example.xml) on
19 how to use the "os_xml" to read an XML file. Basically, you only need to
20 start your XML" by calling the ReadXML function (the file as argument)
21 and use the other supplied functions to read the structure it creates.