C++ library for parsing Streamed XML.
Go to file
Laurence Withers 593bb8d80c Fix error where first character of entity name in entity reference was
sent to the wrong buffer, and ended up in content rather than entity
name.
2006-10-26 11:32:08 +01:00
scripts Upgrade to new build system. 2006-08-25 10:42:32 +01:00
src Fix error where first character of entity name in entity reference was 2006-10-26 11:32:08 +01:00
.gitignore Import build system. 2006-07-31 16:58:13 +01:00
COPYING Import build system. 2006-07-31 16:58:13 +01:00
README Import build system. 2006-07-31 16:58:13 +01:00
libStreamedXML.kdevelop Import build system. 2006-07-31 16:58:13 +01:00
libStreamedXML.kdevelop.filelist Import build system. 2006-07-31 16:58:13 +01:00
make.sh Upgrade to new build system. 2006-08-25 10:42:32 +01:00
run-test.sh Import build system. 2006-07-31 16:58:13 +01:00
version Bump version 2006-10-04 10:48:15 +01:00

README

libStreamedXML
========================================================================
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install
    (you might want to set PREFIX, by default it's /usr/local)

@TODO@