forked from GNOME/libxml2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Daniel Veillard
committed
Mar 18, 2002
1 parent
5997aca
commit 34ce8be
Showing
36 changed files
with
833 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <[email protected]> | ||
|
||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
* [email protected] | ||
*/ | ||
|
||
#define IN_LIBXML | ||
#include "libxml.h" | ||
#ifdef LIBXML_DOCB_ENABLED | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
* [email protected] | ||
*/ | ||
|
||
#define IN_LIBXML | ||
#include "libxml.h" | ||
#ifdef LIBXML_HTML_ENABLED | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
*/ | ||
|
||
|
||
#define IN_LIBXML | ||
#include "libxml.h" | ||
#ifdef LIBXML_HTML_ENABLED | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
*/ | ||
|
||
|
||
#define IN_LIBXML | ||
#include "libxml.h" | ||
#include <stdlib.h> | ||
#include <string.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
* | ||
* Author: Aleksey Sanin <[email protected]> | ||
*/ | ||
#define IN_LIBXML | ||
#include "libxml.h" | ||
#ifdef LIBXML_C14N_ENABLED | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
* [email protected] | ||
*/ | ||
|
||
#define IN_LIBXML | ||
#include "libxml.h" | ||
|
||
#ifdef LIBXML_CATALOG_ENABLED | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
* Daniel Veillard <[email protected]> | ||
*/ | ||
|
||
#define IN_LIBXML | ||
#include "libxml.h" | ||
#ifdef LIBXML_DEBUG_ENABLED | ||
|
||
|
Oops, something went wrong.