Searched defs:schematron (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c89 #include <libxml/schematron.h>
154 static char * schematron = NULL; variable
2909 printf("\t--schematron schema : do validation against a schematron\n");
3214 } else if ((!strcmp(argv[i], "-schematron")) ||
3215 (!strcmp(argv[i], "--schematron"))) {
3217 schematron = argv[i];
3306 if ((schematron != NULL) && (sax == 0)
3319 ctxt = xmlSchematronNewParserCtxt(schematron);
3329 "Schematron schema %s failed to compile\n", schematron);
[all...]

Completed in 38 milliseconds