Imported Upstream version 2.91.1
[platform/upstream/libxml++.git] / README
1 libxml++
2 -------------
3
4 This library provides a C++ interface to XML files. It uses libxml2 to access
5 the XML files, and in order to configure libxml++ you must have both libxml2 and
6 pkg-config installed.
7
8 To get the latest version of libxml++, see
9 http://libxmlplusplus.sourceforge.net/
10 To contact the developers, send e-mail to the mailing list at
11 http://mail.gnome.org/mailman/listinfo/libxmlplusplus-list
12 We welcome patches, but it helps to discuss them first.
13
14 Read the file 'INSTALL' for instructions to compile and install the library.
15
16 See the examples directory for example code.
17
18 Use pkg-config to discover the necessary include and linker arguments. For
19 instance,
20   pkg-config libxml++-3.0 --cflags --libs
21 Ideally you would use PKG_CHECK_MODULES in your configure.ac file.