The processing method to use during HTML conversion. Use one of the following options:
Default |
If the document URL prefix is http: , https: , msx: , or notes , OutputType becomes replaceUrls ; otherwise, OutputType becomes HTML. |
HTML |
Converts the document into HTML. This conversion also adds a prefix to all relative or inline URL links in the document. Specify the prefix in the UrlPrefix action parameter. |
ReplaceUrls |
Adds a prefix to all relative or inline URL links in the document. Specify the prefix in the UrlPrefix action parameter. If you do not specify a UrlPrefix, it uses the value of the DefaultURLPrefix configuration parameter. This output type does not convert the document to HTML. |
Raw |
Returns the document without any conversion or modification. In this case, highlighting is not available, unless the original document is in HTML format. |
Redirect |
HPE View Server Component directs the client to the original Web site to display the original document. In this case, highlighting is not available. |
Actions: | |
Type: | String |
Default: | Default |
Example: | OutputType=Raw
|
See Also: |
|