Parameter Name
|
Parameter Values
|
rule.generateLog
|
Determines whether a rule will generate a rule log .rulelog.xml
If set to yes, then the rule will generate a rule log.
If set to no (the default), then no log is generated.
The rule set parameter generateRuleLogs can override this parameter.
|
rule.outputSuffix
|
Specifies the file extension used for published files. Specific types of output have default file extensions, so this parameter would be used to override the default values or supply a value for a rule with no default file extension for its output.
These files extensions are used as the default values for publishing:
• .pdf for PDF
• .htm for HTML
• .rtf for exporting to RTF
• .ps for PostScript
• .chm for HTML Help
• .xml for publishing using XSL
Publishing for Web produces an output directory.
|
rule.outputTarget
|
This parameter specifies the file or directory where the published output will be written for a publishing rule.
The default is %n%u%s.
It may be an absolute or relative path.
The ruleTargetPattern and ruleTargetOverride for a rule set can override this parameter.
|