hcixslttest
This command tests XSLT files with the specified runtime parameters.
hcixslttest [-e encoding] [-F format] [-p runtime_parameters]
[-w search expression] xslt infile [outfile]
-
-e encoding
is the encoding name for the data file. -
-F format
specifies the output file format:-
-F len10
specifies 10-byte length-encoded. -
-F nl
specifies newline terminated. This is the default. -
-F eof
specifies end-of-file terminated.
-
-
-p runtime_parameters
are the runtime parameters to pass into the XSLT engine, in the form of a keyed list. For example,{PARAM {value}}
. -
-w search expression
specifies the search string or regular expression for which to search. - xslt specifies the name of the XSLT file to test.
- infile specifies the XML data file with which to test.
- outfile specifies the outfile file. This is optional.