Searched refs:xmllint (Results 1 – 22 of 22) sorted by relevance
/external/libxml2/ |
D | Makefile.am | 18 bin_PROGRAMS = xmllint xmlcatalog program 99 xmllint_SOURCES=xmllint.c 299 XMLtests : xmllint$(EXEEXT) 307 $(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/$$name ; \ 310 log=`$(CHECKER) $(top_builddir)/xmllint $$i 2>&1 > result.$$name ; \ 313 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e… 325 $(CHECKER) $(top_builddir)/xmllint --memory $$i > $(srcdir)/result/$$name ; \ 328 log=`$(CHECKER) $(top_builddir)/xmllint --memory $$i 2>&1 > result.$$name ; \ 331 …$(CHECKER) $(top_builddir)/xmllint --memory result.$$name 2>&1 > result2.$$name | grep -v 'failed … 338 XMLPushtests: xmllint$(EXEEXT) [all …]
|
D | NEWS | 58 xmllint was not parsing the --c14n11 flag (Sérgio Batista), 82 xmllint --pretty crashed without following numeric argument (Tim Galeckas), 177 xmllint --memory should fail on empty files (Daniel Veillard), 196 Add documentation for xmllint --xpath (Daniel Veillard), 235 xmllint should not load DTD by default when using the reader (Daniel, 262 Add a --pushsmall option to xmllint (Daniel Veillard) 391 Fix xmllint --xpath node initialization (Daniel Veillard) 430 xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer), 472 Fix a crash with xmllint --path on empty results (Daniel Veillard), 508 Add "whereis" command to xmllint shell (Ryan), [all …]
|
D | ChangeLog | 12 * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI 214 * xmllint.c: Matthias Kaehlcke reported a build problem when 367 * include/libxml/parser.h parser.c xmllint.c: strengthen some 386 * include/libxml/parser.h xinclude.c xmllint.c: patch based on 506 * xmllint.c: add a new option --oldxml10 to use the old parser 949 * xmllint.c: apply fix from Stefan Kost to avoid a crash 950 in xmllint, fixes 504284 1293 * xmllint.c catalog.c: "xmllint unusable on win32" so applied 1503 * xmllint.c: order XPath elements when using --shell 1545 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test [all …]
|
D | .gitignore | 115 xmllint
|
D | libxml.spec.in | 133 %doc %{_mandir}/man1/xmllint.1* 138 %{_bindir}/xmllint
|
D | TODO | 3 123564 xmllint --html --format 171 - turn tester into a generic program xmllint installed with libxml
|
D | configure.ac | 69 AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint) 116 [ --with-history add history support to xmllint shell(off)]) 1111 dnl xmllint shell history 1114 echo Enabling xmllint shell history
|
/external/valgrind/drd/tests/ |
D | verify-xml-output | 20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
|
/external/libxml2/doc/ |
D | Makefile.am | 28 apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \ 232 xmllint.1 \ 233 xmllint.html \ 234 xmllint.xml \ 239 man_MANS = xmllint.1 xmlcatalog.1 314 xmllint.1: xmllint.xml 315 -@($(XSLTPROC) --nonet xmllint.xml)
|
D | docdescr.doc | 43 xmllint.1 Man page for xmllint program, built from xmllint.xml DocBook 44 source with "make xmllint.1" or "make all" 90 7) Manually generate xmlcatalog.1 and xmllint.1 using manpages/docbook.xsl
|
/external/avahi/man/ |
D | Makefile.am | 103 xmllint: $(noinst_DATA) target 105 xmllint --noout --valid "$$f" || exit 1 ; \
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 5 `xmllint` may be used to check for correctness, e.g: 7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra… 12 `ConfigurableDomains.xsd` are relevant for use with xmllint: the others are
|
/external/libxml2/win32/ |
D | Makefile.msvc | 249 UTILS = $(BINDIR)\xmllint.exe\ 467 XMLtests : $(BINDIR)\xmllint.exe 473 $(BINDIR)\xmllint.exe %%I > $(XML_SRCDIR)\result\%%~nxI && \ 476 $(BINDIR)\xmllint.exe %%I 2>&1 > result.%%~nxI && \ 479 …$(BINDIR)\xmllint.exe result.%%~nxI 2>&1 > result2.%%~nxI | findstr /V /C:"failed to load external…
|
D | Makefile.bcb | 214 UTILS = $(BINDIR)\xmllint.exe\
|
D | Makefile.mingw | 212 UTILS = $(BINDIR)/xmllint.exe\
|
/external/bzip2/ |
D | xmlproc.sh | 76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
|
/external/libxml2/VxWorks/ |
D | build.sh | 72 rm -fR xmllint.c
|
/external/libxml2/vms/ |
D | build_libxml.com | 19 $! - added module schematron.c (prevent xmllint errors)
|
/external/libxml2/doc/examples/ |
D | Makefile.am | 22 -cd $(srcdir) && xmllint --valid --noout index.html
|
/external/valgrind/docs/ |
D | Makefile.am | 109 XMLLINT = xmllint
|
/external/clang/test/ |
D | lit.cfg | 456 if lit.util.which('xmllint'): 457 config.available_features.add('xmllint')
|
/external/curl/ |
D | CHANGES.0 | 5642 tools like xmllint, as well as to edit and view them using XML tools.
|