mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Various patches and bug fixes, and XInclude progresses:
- nanohttp.[ch]: applied Wayne Davison patches to access the WWW-Authorization header. - parser.c: Closed Bug#30847: Problems when switching encoding in short files by applying Simon Berg's patch. - valid.c: fixed a validation problem - hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from Wayne Davison - xpointer.[ch]: added first version of xmlXPtrBuildNodeList() need to be extended to non full nodes selections. - xinclude.c: starts to work decently Daniel
This commit is contained in:
@@ -101,13 +101,13 @@ extern "C" {
|
||||
* Global vaiables affecting the default parser behaviour.
|
||||
*/
|
||||
|
||||
extern int xmlParserDebugEntities;
|
||||
extern int xmlGetWarningsDefaultValue;
|
||||
extern int xmlParserDebugEntities;
|
||||
extern int xmlSubstituteEntitiesDefaultValue;
|
||||
extern int xmlDoValidityCheckingDefaultValue;
|
||||
extern int xmlPedanticParserDefaultValue;
|
||||
extern int xmlKeepBlanksDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlParserDebugEntities;
|
||||
LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlParserDebugEntities;
|
||||
LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
|
||||
LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
|
||||
|
||||
/*
|
||||
* Function to finish teh work of the macros where needed
|
||||
|
Reference in New Issue
Block a user