A Boolean value that specifies whether to save the data produced by the output engine (after XSL transformation) to disk. You might want to save the data to disk so that you can debug your XSL template.
When this parameter is set to true
, Media Server saves the post-XML files in the directory specified by the XMLOutputPath
parameter.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName |
Example: | SavePostXML=true
|
See Also: | SavePreXML |
|