Home
last modified time | relevance | path

Searched refs:schematron (Results 1 – 25 of 25) sorted by relevance

/external/libxml2/
DAndroid.mk49 schematron.c \
Dxmllint.c156 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/
DMakefile.msvc124 $(XML_INTDIR)\schematron.obj\
169 $(XML_INTDIR_A)\schematron.obj\
214 $(XML_INTDIR_A_DLL)\schematron.obj\
DMakefile124 $(XML_INTDIR)\schematron.obj\
169 $(XML_INTDIR_A)\schematron.obj\
214 $(XML_INTDIR_A_DLL)\schematron.obj\
DMakefile.mingw129 $(XML_INTDIR)/schematron.o\
176 $(XML_INTDIR_A)/schematron.o\
DMakefile.bcb139 $(XML_INTDIR)\schematron.obj\
184 $(XML_INTDIR_A)\schematron.obj\
/external/chromium_org/third_party/libxml/
DBUILD.gn58 "src/include/libxml/schematron.h",
110 "src/schematron.c",
Dlibxml.gyp101 'src/include/libxml/schematron.h',
153 'src/schematron.c',
Dlibxml.target.linux-mips.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.darwin-mips.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.linux-x86_64.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.darwin-mips64.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.linux-x86.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.linux-arm64.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.darwin-arm64.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.darwin-x86.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.linux-mips64.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.darwin-x86_64.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.linux-arm.mk51 third_party/libxml/src/schematron.c \
Dlibxml.target.darwin-arm.mk51 third_party/libxml/src/schematron.c \
/external/chromium_org/third_party/libxml/src/
Dxmllint.c155 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()
Dconfigure.in163 AC_ARG_WITH(schematron, optwith
164 [ --with-schematron add Schematron support (on)])
DChangeLog36 * 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 …]
DNEWS257 - 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
Dconfigure1693 --with-schematron add Schematron support (on)