857d0545da
If ctx->expandEntities is false, then don't expand entities in data. Patch from Bob Dunlop, <rdunlop@guralp.com>. I'm not 100% sure of the correctness of the behaviour of entity expansion in general -- shouldn't expandEntities toggle between either doing an entity content lookup and substituting the result in the data, or causing a specific "there's an entity here" callback? At present it seems to toggle between lookup/substitute and treating entities (including their leading ampersands) as character data, which seems wrong. To be reviewed. |
||
---|---|---|
scripts | ||
src | ||
.gitignore | ||
COPYING | ||
README | ||
config | ||
make.sh | ||
run-test.sh | ||
version |
README
libCStreamedXML ======================================================================== (c)2009, Laurence Withers, <l@lwithers.me.uk>. Released under the GNU GPLv3. 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. You might also want to set 'INSTALL_PREFIX', which is prepended onto the destination of any installed file. @TODO@