1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 21:55:05 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
Daniel Veillard
e44aafb19c indicate - means stdin closing #156626 Daniel
* doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
Daniel
2004-10-29 12:18:43 +00:00
Daniel Veillard
0bff36ddf7 also produce a tar ball with just the sources added --path option and
* Makefile.am: also produce a tar ball with just the sources
* xmllint.c: added --path option and --load-trace options to
  xmllint, RFE #147740 based on xsltproc versions
* doc/xmllint.* doc/*: updated the man page and rebuilt
Daniel
2004-08-31 09:37:03 +00:00
MDT 2004 John Fleck
b1b3a77fca doc/xmllint.xml, xmllint.1, xmllint.html Edit and rebuild the man pages
Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml, xmllint.1, xmllint.html
	Edit and rebuild the man pages with Daniel's C14 update
2004-08-19 13:45:47 +00:00
Daniel Veillard
c14c3892a2 added help for new set shell command added parser option to not generate
* debugXML.c: added help for new set shell command
* xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
  added parser option to not generate XInclude start/end nodes,
  added a specific option to xmllint to test it fixes #130769
* Makefile.am: regression test the new feature
* doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
Daniel
2004-08-16 12:34:50 +00:00
Daniel Veillard
29b1748205 small typo pointed out by Mike Hommey slightly improved the --c14n
* xmlIO.c: small typo pointed out by Mike Hommey
* doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
  the --c14n description, c.f. #144675 .
* nanohttp.c nanoftp.c: applied a first simple patch from
  Mike Hommey for $no_proxy, c.f. #133470
* parserInternals.c include/libxml/parserInternals.h
  include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
  in includes #
* parser.c SAX2.c debugXML.c include/libxml/parser.h:
  first version of the inplementation of parsing within
  the context of a node in the tree #142359, new function
  xmlParseInNodeContext(), added support at the xmllint --shell
  level as the "set" function
* test/scripts/set* result/scripts/* Makefile.am: extended
  the script based regression tests to instrument the new function.
Daniel
2004-08-16 00:39:03 +00:00
MDT 2004 John Fleck
774a3bd4cd doc/xmllint.xml, xmllint.html, xmllint.1 add c14n to man page (man, it's
Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
	* doc/xmllint.xml, xmllint.html, xmllint.1
	add c14n to man page (man, it's hard to keep up with
	Daniel!)
2004-08-15 00:54:21 +00:00
John Fleck
3cbaa6da20 John Fleck <jfleck@inkstain.net> doc/xmllint.xml, xmllint.html, xmllint.1
John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml, xmllint.html, xmllint.1
	add pattern, walker, maxmem, output and xmlout to man page
	fixes #144675
2004-08-15 00:47:45 +00:00
Daniel Veillard
da3b29a5c4 added a dumb rule to able to compile tst.c when people submit a sample
* Makefile.am: added a dumb rule to able to compile tst.c
  when people submit a sample test program
* xmlschemas.c: applied small patch from Eric Haszlakiewicz
  to document xmlSchemasSetValidErrors() limitations, #141827
* error.c: Add information in generic and structured error
  setter functions that this need to be done per thread #144308
* xmlsave.c: fixed bug whith missing NOTATION(s) serialization
  bug #144162
* doc/xmllint.xml: typo fix #144840
Daniel
2004-08-14 11:15:13 +00:00
MDT 2004 John Fleck
4c76c4f7f9 doc/xmllint.xml, xmllint.html, xmllint.1 update man page to reflect
Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml, xmllint.html, xmllint.1
	update man page to reflect William's newly disciplined return
	code mojo
2004-06-20 00:36:06 +00:00
MST 2004 John Fleck
e42ae6f991 doc/xmllint.xml doc/xmllint.1 doc/xmllint.html doc/xmlcatalog_man.xml
Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	* doc/xmllint.html
	* doc/xmlcatalog_man.xml
	* doc/xmlcatalog.1
	* doc/xmlcatalog_man.html
	applying patch from Mike Hommey to clarify XML_CATALOG_FILES
	use
2004-02-27 03:26:30 +00:00
Daniel Veillard
dca8cc79db rebuilt the API added the new options --nocdata and --nsclean to remove
* doc/libxml2-api.xml: rebuilt the API
* xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
  --nocdata and --nsclean to remove CDATA section and surperfluous
  namespace declarations
* parser.c SAX2.c: implementation of the 2 new options
Daniel
2003-09-26 13:53:14 +00:00
Daniel Veillard
877a7bd6a3 removing the broken pseudo SGML DocBook parser code. Daniel
* Makefile.am DOCBparser.c parserInternals.c testDocbook.c
  xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
  broken pseudo SGML DocBook parser code.
Daniel
2003-09-13 00:16:32 +00:00
Daniel Veillard
66f68e716b added option --dtdvalidfpi for Tobias Reif Daniel
* xmllint.c doc/xmllint.xml doc/xmllint.1: added option
  --dtdvalidfpi for Tobias Reif
Daniel
2003-08-18 16:39:51 +00:00
Daniel Veillard
e8b09e40f7 added --nonet option fixing #112803 by adding --nonet when calling
* xmllint.c doc/xmllint.xml: added --nonet option
* doc/Makefile.am: fixing #112803 by adding --nonet when calling
  xsltproc or xmllint
* doc/xmllint.xml doc/xmllint.1: also added --schema doc and
  rebuilt
* HTMLparser.c: cleaned up the HTML parser context build when
  using an URL
Daniel
2003-05-13 22:14:13 +00:00
Daniel Veillard
fd5834100f automated the generation of the man page based on xsltproc and a
* doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
  doc/xmllint.1 doc/xmllint.xml: automated the generation of the
  man page based on xsltproc and a stylesheet PI in the XML.
Daniel
2003-04-25 13:22:10 +00:00
Daniel Veillard
dc07e18ba6 trying to fix #110541 where &nbsp; generated character preventing
* doc/xmllint.*: trying to fix #110541 where &nbsp; generated
  character preventing rendering by the man command.
Daniel
2003-04-25 10:39:38 +00:00
MDT 2003 John Fleck
83c8a5cd31 doc/xmllint.xml doc/xmllint.1 update man page to explain use of --stream
Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update man page to explain use of --stream
2003-04-20 16:45:07 +00:00
MST 2003 John Fleck
da27174001 doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxng
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update xmllint man page with --relaxng option
2003-03-25 14:05:17 +00:00
Aleksey Sanin
693c9bc11f use XMLLING_INDENT environment variable to control indentation for the xmllint "--format" option 2003-03-09 22:36:52 +00:00
MST 2003 John Fleck
7e54be15b5 doc/xmllint.xml doc/xmllint.1 update man page with --stream and
Mon Jan  6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update man page with --stream and --chkregister
2003-01-07 03:54:25 +00:00
MST 2002 John Fleck
6647aedd16 doc/xmllint.xml doc/xmllint.1 Add discussion of XML_DEBUG_CATALOG to
Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	Add discussion of XML_DEBUG_CATALOG to xmllint man
	page - bug #100907
2002-12-26 02:23:24 +00:00
MST 2001 John Fleck
2323ac2460 *doc/xmllint.xml, xmllint.1 - document --dropdtd
Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>

	*doc/xmllint.xml, xmllint.1 - document --dropdtd
2001-12-14 04:24:50 +00:00
MST 2001 John Fleck
3fc555e520 docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>

	* docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
	xmlcatalog_man.xml
2001-12-11 04:41:24 +00:00
MST 2001 John Fleck
4230404621 doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with shell
Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
	shell instructions from Heiko Rupp
2001-11-18 00:18:06 +00:00
John Fleck
027edfb741 Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
Sun Nov  4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net

	* doc/xmllint.xml, xmllint.1 - updating xmllint man page to
	document --sgml option, fixing gnome bugzilla #63382
2001-11-04 20:13:58 +00:00
MDT 2001 John Fleck
fd32de6207 *doc/xmllint.xml, doc/xmllint.1 New and improved man page for xmllint -
Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>

	*doc/xmllint.xml, doc/xmllint.1
	New and improved man page for xmllint - .xml is the original, .1
	is the generated man page
2001-10-27 20:14:01 +00:00