diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-18 19:37:11 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-18 19:37:11 +0000 |
commit | 34ce8bece2f22cc99d25221b77315cd008f4866b (patch) | |
tree | b45369fc9d128088ec205f2a4ce312ce693eb597 /SAX.c | |
parent | 5997aca8b8d6b6803e195978127f97d94e5931a7 (diff) | |
download | libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.tar.gz |
preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18
* configure.in: preparing 2.4.18
* doc/*: updated and rebuilt the web site
* *.c libxml.h: implement the new IN_LIBXML scheme discussed with
the Windows and Cygwin maintainers.
* parser.c: humm, changed the way the SAX parser work when
xmlSubstituteEntitiesDefault(1) is set, it will then
do the entity registration and loading by itself in case the
user provided SAX getEntity() returns NULL.
* testSAX.c: added --noent to test the behaviour.
Daniel
Diffstat (limited to 'SAX.c')
-rw-r--r-- | SAX.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ */ +#define IN_LIBXML #include "libxml.h" #include <stdlib.h> #include <string.h> |