Home
last modified time | relevance | path

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

12

/external/libxml2/
DMakefile.am18 bin_PROGRAMS = xmllint xmlcatalog program
99 xmllint_SOURCES=xmllint.c
306 XMLtests : xmllint$(EXEEXT)
314 $(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/$$name ; \
317 log=`$(CHECKER) $(top_builddir)/xmllint $$i 2>&1 > result.$$name ; \
320 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e…
332 $(CHECKER) $(top_builddir)/xmllint --memory $$i > $(srcdir)/result/$$name ; \
335 log=`$(CHECKER) $(top_builddir)/xmllint --memory $$i 2>&1 > result.$$name ; \
338 …$(CHECKER) $(top_builddir)/xmllint --memory result.$$name 2>&1 > result2.$$name | grep -v 'failed …
345 XMLPushtests: xmllint$(EXEEXT)
[all …]
Dlibxml2-config.cmake.in19 # LIBXML2_XMLLINT_EXECUTABLE - path to the XML checking tool xmllint coming with LibXml2
24 # LibXml2::xmllint - the xmllint command-line executable
39 find_program(LIBXML2_XMLLINT_EXECUTABLE NAMES xmllint HINTS ${_libxml2_rootdir}/bin NO_DEFAULT_PATH)
112 if(NOT TARGET LibXml2::xmllint AND DEFINED LIBXML2_XMLLINT_EXECUTABLE)
113 add_executable(LibXml2::xmllint IMPORTED)
114 …set_target_properties(LibXml2::xmllint PROPERTIES IMPORTED_LOCATION "${LIBXML2_XMLLINT_EXECUTABLE}…
DNEWS61 Add newlines to 'xmllint --xpath' output (Nick Wellnhofer),
155 Don't include winsock2.h in xmllint.c (Nick Wellnhofer),
205 Send xmllint usage error to stderr (Nick Wellnhofer),
332 os400: tell about xmllint and xmlcatalog in README400. (Patrick Monnerat),
338 os400: compile and install program xmllint (qshell-only). (Patrick Monnerat),
363 xmllint: flush stdout before interactive shell input. (Patrick Monnerat),
376 …Bug 721158: Missing ICU string when doing --version on xmllint <https://bugzilla.gnome.org/show_bu…
406 Fix a small error in xmllint --format description (Fabien Degomme),
501 xmllint was not parsing the --c14n11 flag (Sérgio Batista),
525 xmllint --pretty crashed without following numeric argument (Tim Galeckas),
[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 …]
Dlibxml2-config.cmake.cmake.in19 # LIBXML2_XMLLINT_EXECUTABLE - path to the XML checking tool xmllint coming with LibXml2
81 select_executable_location(LibXml2::xmllint LIBXML2_XMLLINT)
D.gitignore122 xmllint
Dlibxml.spec.in145 %doc %{_mandir}/man1/xmllint.1*
150 %{_bindir}/xmllint
DTODO3 123564 xmllint --html --format
171 - turn tester into a generic program xmllint installed with libxml
Dconfigure.ac75 AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint)
122 [ --with-history add history support to xmllint shell(off)])
1119 dnl xmllint shell history
1122 echo Enabling xmllint shell history
DREADME.zOS58 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
DCMakeLists.txt536 xmllint
657 install(FILES doc/xmllint.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
DAndroid.bp197 name: "xmllint",
198 srcs: ["xmllint.c"],
/external/libxml2/doc/
DMakefile.am28 apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
231 xmllint.1 \
232 xmllint.html \
233 xmllint.xml \
238 man_MANS = xmllint.1 xmlcatalog.1
245 web: $(PAGES) xmllint.html xmlcatalog_man.html
313 xmllint.1: xmllint.xml
314 -@($(XSLTPROC) --nonet xmllint.xml)
316 xmllint.html: xmllint.xml
317 …ROC) --nonet -o $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl 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/libxml2/os400/
Dmake-src.sh251 if action_needed "${LIBIFSNAME}/XMLLINT.PGM" "xmllint.c" ||
272 rm -f "${IFSDIR}/bin/xmllint"
273 ln -s "${LIBIFSNAME}/XMLLINT.PGM" "${IFSDIR}/bin/xmllint"
287 "${SCRIPTDIR}/xmllint.cmd"
DREADME400188 xmllint and xmlcatalog programs:
/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.msvc259 UTILS = $(BINDIR)\xmllint.exe\
480 XMLtests : $(BINDIR)\xmllint.exe
486 $(BINDIR)\xmllint.exe %%I > $(XML_SRCDIR)\result\%%~nxI && \
489 $(BINDIR)\xmllint.exe %%I 2>&1 > result.%%~nxI && \
492 …$(BINDIR)\xmllint.exe result.%%~nxI 2>&1 > result2.%%~nxI | findstr /V /C:"failed to load external…
DMakefile.mingw204 UTILS = $(BINDIR)/xmllint.exe\
DMakefile.bcb208 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/mesa3d/src/util/
Dmeson.build138 prog_xmllint = find_program('xmllint', required : false, native : true)
/external/clang/test/
Dlit.cfg448 if lit.util.which('xmllint'):
449 config.available_features.add('xmllint')

12