Home | History | Annotate | Download | only in libxml2

Lines Matching full:schematron

89 #include <libxml/schematron.h>
154 static char * schematron = NULL;
2808 if (xmlHasFeature(XML_WITH_SCHEMATRON)) fprintf(stderr, "Schematron ");
2914 printf("\t--schematron schema : do validation against a schematron\n");
3229 } else if ((!strcmp(argv[i], "-schematron")) ||
3230 (!strcmp(argv[i], "--schematron"))) {
3232 schematron = argv[i];
3325 if ((schematron != NULL) && (sax == 0)
3338 ctxt = xmlSchematronNewParserCtxt(schematron);
3348 "Schematron schema %s failed to compile\n", schematron);
3350 schematron = NULL;
3474 if ((!strcmp(argv[i], "-schematron")) ||
3475 (!strcmp(argv[i], "--schematron"))) {