xmllint	1.20 (17 Apr 2002)
Syntax: xmlLint [<switches>] <XMLfiles> ...
	Parse the XML files and output the result of the parsing

Switches:
  --version	display the version of the XML library used
  --debug	dump a debug tree of the in-memory document
  --shell	run a navigating shell
  --debugent	debug the entities defined in the document
  --copy	used to test the internal copy implementation
  --recover	output what was parsable on broken XML documents
  --noent	substitute entity references by their value
  --noout	don't output the result tree
  --htmlout	output results as HTML
  --nowrap	do not put HTML doc wrapper
  --valid	validate the document in addition to std well-formed check
  --postvalid	do a posteriori validation, i.e after parsing
  --dtdvalid URL
		do a posteriori validation against a given DTD
  --timing	print some timings
	--output file or -o file: save to a given file
  --repeat	repeat 100 times, for timing or profiling
  --insert	ad-hoc test for valid insertions
  --sgml	use the DocBook SGML parser
  --html	use the HTML parser
  --push	use the push mode of the parser
  --nowarning	do not emit warnings from parser/validator
  --noblanks	drop (ignorable?) blanks spaces
  --format	reformat/reindent the input
  --testIO	test user I/O support
  --encode encoding
		output in the given encoding
  --catalogs	use SGML catalogs from SGML$CatalogFiles otherwise XML Catalogs starting from XML$CatalogFiles are activated by default
	--nocatalogs: deactivate all catalogs
  --auto	generate a small doc on the fly
  --xinclude	do XInclude processing
  --loaddtd	fetch external DTD
  --dtdattr	loaddtd + populate the tree with inherited attributes 
  --throwback	provide feedback to external tasks
  --dropdtd	remove the DOCTYPE of the input docs

Libxml project home page: http://xmlsoft.org/
To report bugs or get some help check: http://xmlsoft.org/bugs.html
