3. Parameters

Attribute Description Required
in Path to a single file to process as main input No
inType The input type that is used for in file or for implicit or explicit filesets, either XML or DATA No; default is XML
inPort Pipeline input port to which to apply in file (or to apply files from implicit or explicit filesets) No; the primary non-parameter input port will be used
out Path to the single output result file that will be produced No
outPort Pipeline output port that writes to out (or to outputs mapped from implicit and / or explicit input filesets) No; the primary output port will be used
pipeline Path to a single XProc pipeline file to be used Yes, unless a nested pipeline has been specified, or unless nested library or step elements have been specified in which case no pipeline must be specified explicitly
useImplicitFileset Whether to use the implicit fileset formed using includes, excludes, etc. No; default is true unless in or a nested input corresponding to inPort or out or a nested output corresponding to outPort has been specified
basedir Where to find the source XML when the implicit fileset or input mappers are used No; default is the Ant project's basedir
destdir Where to store the results when the implicit fileset or output mappers are used No; default is the basedir
extension Desired file extension to use for outputs mapped from the implicit and / or explicit filesets No; default is -out.xml
includes Comma- or space-separated list of patterns of files that must be included. All files are included when omitted. No
includesfile Name of a file, each line of which is taken as an include pattern No
excludes Comma- or space-separated list of patterns of files that must be excluded. No files (except default excludes) are excluded when omtted. No
excludesfile Name of a file, each line of which is taken as an exclude pattern No
defaultexcludes Indicates whether default excludes should be used or not. Default excludes are used when omitted. No; default is true
scanIncludedDirectories If any directories are matched by the includes / excludes patterns, try to process all files in those directories No; default is true
failOnNoResources Whether the build should fail if the explicit fileset from nested Ant resources is empty No; default is true
force Run pipeline, even when outputs are newer than all inputs and the pipeline. No; default is false
failOnError Whether the build should fail if any errors occur No; default is true
debug Whether to enable debugging output from Calabash No; default is false
generalValues Whether to enable general values. See http://xmlcalabash.com/docs/reference/extensions.html#ext.general-values No; default is false
xPointerOnText Whether XPointer attributes on an XInclude element can be used when parse="text" No; default is false
useXslt10 Whether to enable the use of XSLT 1.0 No; default is false
transparentJSON Whether ot automatically translate between JSON and XML No; default is false
jsonFlavor Desired JSON flavor No
profileFile The path to the file where profile information should be written to, or "-" for stdout No
saxonProcessor The edition of Saxon that should be used, must be "he" (default), "pe" or "ee" No; default is "he"
saxonConfigFile The path to the Saxon configuration file to be loaded No
schemaAware Whether schema-aware processing should be done No; default is false
safeMode Whether "safe" execution should be done No; default is false
configFile The path to a particular configuration file to be loaded No
logStyle The default style for p:log output, must be "off", "plain", "wrapped" (default), or "directory" No; default is "wrapped"
entityResolver The resolver class for entity resolution No
uriResolver The resolver class for URI resolution No