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:
Daniel Veillard 2005-09-08 21:39:47 +00:00
parent 7837dd8bc3
commit 8c6e65314f
2 changed files with 5 additions and 1 deletions

View File

@ -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()

View File

@ -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