Searched refs:schematron (Results 1 – 25 of 25) sorted by relevance
/external/libxml2/ |
D | Android.mk | 49 schematron.c \
|
D | xmllint.c | 156 static char * schematron = NULL; variable 3424 schematron = argv[i]; in main() 3524 if ((schematron != NULL) && (sax == 0) in main() 3537 ctxt = xmlSchematronNewParserCtxt(schematron); in main() 3547 "Schematron schema %s failed to compile\n", schematron); in main() 3549 schematron = NULL; in main()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | Makefile.msvc | 124 $(XML_INTDIR)\schematron.obj\ 169 $(XML_INTDIR_A)\schematron.obj\ 214 $(XML_INTDIR_A_DLL)\schematron.obj\
|
D | Makefile | 124 $(XML_INTDIR)\schematron.obj\ 169 $(XML_INTDIR_A)\schematron.obj\ 214 $(XML_INTDIR_A_DLL)\schematron.obj\
|
D | Makefile.mingw | 129 $(XML_INTDIR)/schematron.o\ 176 $(XML_INTDIR_A)/schematron.o\
|
D | Makefile.bcb | 139 $(XML_INTDIR)\schematron.obj\ 184 $(XML_INTDIR_A)\schematron.obj\
|
/external/chromium_org/third_party/libxml/ |
D | BUILD.gn | 58 "src/include/libxml/schematron.h", 110 "src/schematron.c",
|
D | libxml.gyp | 101 'src/include/libxml/schematron.h', 153 'src/schematron.c',
|
D | libxml.target.linux-mips.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.darwin-mips.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.linux-x86_64.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.darwin-mips64.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.linux-x86.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.linux-arm64.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.darwin-arm64.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.darwin-x86.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.linux-mips64.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.darwin-x86_64.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.linux-arm.mk | 51 third_party/libxml/src/schematron.c \
|
D | libxml.target.darwin-arm.mk | 51 third_party/libxml/src/schematron.c \
|
/external/chromium_org/third_party/libxml/src/ |
D | xmllint.c | 155 static char * schematron = NULL; variable 3375 schematron = argv[i]; in main() 3475 if ((schematron != NULL) && (sax == 0) in main() 3488 ctxt = xmlSchematronNewParserCtxt(schematron); in main() 3498 "Schematron schema %s failed to compile\n", schematron); in main() 3500 schematron = NULL; in main()
|
D | configure.in | 163 AC_ARG_WITH(schematron, optwith 164 [ --with-schematron add Schematron support (on)])
|
D | ChangeLog | 36 * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c 265 * schematron.c xpath.c: applied a couple of patches from Martin 267 and schematron code cleanups. 607 * include/libxml/relaxng.h include/libxml/schematron.h 769 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c: 770 applied patch from Tobias Minich to allow plugin schematron error 1001 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper 1210 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor 2276 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c 2297 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher [all …]
|
D | NEWS | 257 - improvements: better plug of schematron in the normal error handling 487 - build fixes: compile without schematron (Stéphane Bidoul) 532 (thanks to Behdad Esfahbod for the idea), schematron validation though
|
D | configure | 1693 --with-schematron add Schematron support (on)
|