ad6f784731
marker, leaving us in stream level after <![RESTART[, which meant that the closing bit of the marker was interpreted as stream-level content. Also, the state machine now handles restart markers at high level as well as low level; this simply means that a (false) error is not issued in the case of perfectly well-formed Streamed XML containing restart markers. |
||
---|---|---|
scripts | ||
src | ||
.gitignore | ||
COPYING | ||
README | ||
config | ||
libCStreamedXML.kdevelop | ||
libCStreamedXML.kdevelop.filelist | ||
make.sh | ||
run-test.sh | ||
version |
README
libCStreamedXML http://www.lwithers.me.uk/projects/libCStreamedXML/ ======================================================================== (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 This library has no dependencies other than the C library. You might want to edit 'config' first. @TODO@