SavePreXML
A Boolean value that specifies whether to save the records received by the output engine to disk (before they are transformed by the XSL transformation). You might want to save the records to disk so that you can see the format of the records and construct an XSL template to convert the information into the desired output format.
When this parameter is set to TRUE
, Media Server saves the pre-XML files to the path specified by the XMLOutputPath parameter.
In a production system, OpenText recommends that you set this parameter to FALSE
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName |
Example: | SavePreXML=true
|
See Also: | XMLOutputPath |