xsltproc	1.25 (28 Apr 2002)
Syntax: xsltProc [<switches>] <stylesheet> <file> [<file> ...]

Switches:
	--version or -V: show the version of libxml and libxslt used
	--verbose or -v: show logs of what's happening
	--output file or -o file: save to a given file
	--timing: display the time used
	--repeat: run the transformation 20 times
	--debug: dump the tree of the result instead
  --novalid	skip the DTD loading phase
	--noout: do not dump the result
  --maxdepth val
		increase the maximum depth
	--html: the input document is(are) an HTML file(s)
	--docbook: the input document is SGML docbook
  --param name value
		pass a (parameter,value) pair value is an XPath expression. string values must be quoted like "'string'" or use stringparam to avoid it
  --stringparam name value
		pass a (parameter,string value) pair
  --nonet	refuse to fetch DTDs or entities over network
  --catalogs	use the catalogs from SGML$CatalogFiles
  --xinclude	do XInclude processing on document intput
  --profile or --norman
		dump profiling informations 
  --throwback	provide feedback to external tasks
  --native	accept native filenames

Project libxslt home page: http://xmlsoft.org/XSLT/
To report bugs and get help: http://xmlsoft.org/XSLT/bugs.html
