Home | History | Annotate | Download | only in libxml2

Lines Matching refs:schemas

2343  * @schemas:  the path to the Relax-NG schemas
2348 * validating the instance against a Relax-NG schemas
2353 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas,
2362 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2371 "Relax-NG schema %s failed to compile\n", schemas);
2932 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");