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 /HTMLparser.c | |
| parent | 5997aca8b8d6b6803e195978127f97d94e5931a7 (diff) | |
| download | android_external_libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.tar.gz android_external_libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.tar.bz2 android_external_libxml2-34ce8bece2f22cc99d25221b77315cd008f4866b.zip | |
preparing 2.4.18 updated and rebuilt the web site implement the new
* 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 'HTMLparser.c')
| -rw-r--r-- | HTMLparser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HTMLparser.c b/HTMLparser.c index 24394ead..4c819d1b 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -6,6 +6,7 @@ * daniel@veillard.com */ +#define IN_LIBXML #include "libxml.h" #ifdef LIBXML_HTML_ENABLED |
