| Option
| Description
|
| -a
| Use stylesheet processing instruction, not the stylesheet argument.
|
| -e encoding
| Force the specified encoding for the output.
|
| -i integer
| Indent the specified amount.
|
| -m
| Omit the META tag in HTML output.
|
| -o filename
| Write transformation result to this file (rather than to the console).
|
| -p name expr
| Set a stylesheet parameter with this expression.
|
| -t name expr
| Display timing information.
|
| -u name expr
| Disable escaping of URLs in HTML output.
|
| -v
| Validate the XML source document.
|
| -
| A dash as the 'source' argument reads from stdin. A dash as the 'stylesheet' argument reads
from stdin. ('-' cannot be used for both arguments.)
|