Version 9.4 (2011-12-09) | |
Version 9.3 (2010-10-30) | |
Version 9.2 (2009-08-05) | |
Version 9.1 (2008-07-02) | |
ยป | Version 9.0 (2007-11-03) |
Version 9.4 (2011-12-09) | |
Version 9.3 (2010-10-30) | |
Version 9.2 (2009-08-05) | |
Version 9.1 (2008-07-02) | |
ยป | Version 9.0 (2007-11-03) |
There has been a significant reorganization of the command line parameters for the
commands used to
control XSLT and XQuery, though all commonly-used options should continue to work
unchanged. Options now generally take the form
-keyword:value
, with the values "on" and "off" for boolean options. Groups of related options have
been combined,
so -ds
and -dt
are now -tree:linked
and -tree:tiny
. For options that were
previously in the form "-keyword value", the old form (with a space) is still accepted
for the time being. Details of
the commands are at Running XSLT from the Command Line and
Running XQuery from the Command Line.
The option -x:classname
has been added for XQuery to set the parser class name used for source files,
this is to allow use of a catalog resolver.