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

/external/libxml2/
H A Dxmllint.c92 #include <libxml/relaxng.h>
150 static char * relaxng = NULL; variable
1885 if (relaxng != NULL) {
1889 ret = xmlTextReaderRelaxNGValidate(reader, relaxng);
1892 "Relax-NG schema %s failed to compile\n", relaxng);
1894 relaxng = NULL;
1935 if (relaxng != NULL)
1957 if ((relaxng != NULL) || (schema != NULL)) {
3087 printf("\t--relaxng schema : do RelaxNG validation against the schema\n");
3433 } else if ((!strcmp(argv[i], "-relaxng")) ||
[all...]

Completed in 249 milliseconds