https://github.com/alanxz/libxmlpp
My Fork of libxml++
https://github.com/alanxz/libxmlpp
Last synced: 7 months ago
JSON representation
My Fork of libxml++
- Host: GitHub
- URL: https://github.com/alanxz/libxmlpp
- Owner: alanxz
- License: lgpl-2.1
- Created: 2011-05-09T19:27:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-11T17:02:19.000Z (over 14 years ago)
- Last Synced: 2025-01-17T04:17:25.576Z (9 months ago)
- Language: C++
- Homepage:
- Size: 664 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
libxml++
-------------This library provides a C++ interface to XML files. It uses libxml 2 to access
the XML files, and in order to configure libxml++ you must have both libxml and
pkg-config installed.To get the latest version of libxml++, see
http://libxmlplusplus.sourceforge.net/
To contact the developers, send e-mail to the mailing list. We welcome patches,
but it helps to discuss them first.Read the file 'INSTALL' for instructions to compile and install the library.
See the examples directory for example code.
Use pkg-config to discover the necessary include and linker arguments. For
instance,
pkg-config libxml++-2.6 --cflags --libs
Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
See http://www.openismus.com for generic help with that.