Home | History | Annotate | Download | only in libxml2

Lines Matching full:schematron

89 #include <libxml/schematron.h>
156 static char * schematron = NULL;
2976 if (xmlHasFeature(XML_WITH_SCHEMATRON)) fprintf(stderr, "Schematron ");
3091 printf("\t--schematron schema : do validation against a schematron\n");
3446 } else if ((!strcmp(argv[i], "-schematron")) ||
3447 (!strcmp(argv[i], "--schematron"))) {
3449 schematron = argv[i];
3549 if ((schematron != NULL) && (sax == 0)
3562 ctxt = xmlSchematronNewParserCtxt(schematron);
3572 "Schematron schema %s failed to compile\n", schematron);
3574 schematron = NULL;
3703 if ((!strcmp(argv[i], "-schematron")) ||
3704 (!strcmp(argv[i], "--schematron"))) {