mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
patch from Stphane Bidoul to compile without schematron Daniel
* xmllint.c: patch from Stphane Bidoul to compile without schematron Daniel
This commit is contained in:
parent
7837dd8bc3
commit
8c6e65314f
@ -1,3 +1,7 @@
|
||||
Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmllint.c: patch from Stéphane Bidoul to compile without schematron
|
||||
|
||||
Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
|
||||
|
@ -146,7 +146,7 @@ static xmlRelaxNGPtr relaxngschemas = NULL;
|
||||
static char * schema = NULL;
|
||||
static xmlSchemaPtr wxschemas = NULL;
|
||||
#endif
|
||||
#ifdef LIBXML_SCHEMAS_ENABLED
|
||||
#ifdef LIBXML_SCHEMATRON_ENABLED
|
||||
static char * schematron = NULL;
|
||||
static xmlSchematronPtr wxschematron = NULL;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user