Home
last modified time | relevance | path

Searched refs:xmllint (Results 1 – 22 of 22) sorted by relevance

/external/libxml2/
DMakefile.am18 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 …]
DNEWS58 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 …]
DChangeLog12 * 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.gitignore115 xmllint
Dlibxml.spec.in133 %doc %{_mandir}/man1/xmllint.1*
138 %{_bindir}/xmllint
DTODO3 123564 xmllint --html --format
171 - turn tester into a generic program xmllint installed with libxml
Dconfigure.ac69 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/
Dverify-xml-output20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
/external/libxml2/doc/
DMakefile.am28 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)
Ddocdescr.doc43 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/
DMakefile.am103 xmllint: $(noinst_DATA) target
105 xmllint --noout --valid "$$f" || exit 1 ; \
/external/parameter-framework/upstream/schemas/
DREADME.md5 `xmllint` may be used to check for correctness, e.g:
7xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
12 `ConfigurableDomains.xsd` are relevant for use with xmllint: the others are
/external/libxml2/win32/
DMakefile.msvc249 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…
DMakefile.bcb214 UTILS = $(BINDIR)\xmllint.exe\
DMakefile.mingw212 UTILS = $(BINDIR)/xmllint.exe\
/external/bzip2/
Dxmlproc.sh76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
/external/libxml2/VxWorks/
Dbuild.sh72 rm -fR xmllint.c
/external/libxml2/vms/
Dbuild_libxml.com19 $! - added module schematron.c (prevent xmllint errors)
/external/libxml2/doc/examples/
DMakefile.am22 -cd $(srcdir) && xmllint --valid --noout index.html
/external/valgrind/docs/
DMakefile.am109 XMLLINT = xmllint
/external/clang/test/
Dlit.cfg456 if lit.util.which('xmllint'):
457 config.available_features.add('xmllint')
/external/curl/
DCHANGES.05642 tools like xmllint, as well as to edit and view them using XML tools.