|
Publishing Framework
If you specify Viewer as the item type
on the Specify Item to Insert window,
some additional fields appear
in the Specify Item to Insert window.
-
In the Viewer Type panel, indicate whether the viewer type is HTML or Text.
-
Specify the type of data that the file contains
and the data format of the file
by selecting a value for the Mimetype field.
For example, a mime type of image/gif specifies
that the file contains an image in GIF format.
A mime type of application/postscript specifies
that the file contains application data
that should be treated as a postscript file.
You can customize the drop-down menu of mime types
that appears for this field.
The default field values are contained in SASHELP.PUBLISH.MIMETYPES.SLIST.
You can add your own mime values to either of the following locations:
-
WORK.PUBLISH.MIMETYPES.SLIST
-
SASUSER.PUBLISH.MIMETYPES.SLIST
You can write an SCL application to create a MIMETYPES.SLIST
in the WORK.PUBLISH or SASUSER.PUBLISH catalog.
For details about writing such an SCL application,
refer to the SAS Component Language: Reference
in the SAS Version 8 online documentation.
-
Identify the instance of the viewer
that you want to include in the package.
You can specify a viewer in either of the following ways:
-
Optionally, specify a description and a name/value pair.
For details, refer to
Describing an Instance of the Item.
-
You can optionally specify the encoding property
in the Encoding field.
Character-set encoding refers
to how a host internally represents character data.
Hosts that share common architectures represent character data identically.
For example, UNIX hosts internally represent character data
in ASCII-ISO format,
z/OS hosts in EBCDIC format,
and Windows hosts in ASCII-ANSI format.
Under some circumstancesfor example,
when publishing and retrieving host architectures
are differentyou might decide
to identify a character-set encoding
that is appropriate for the retrieving host.
This information is delivered with the published package.
Translation occurs on the retrieving host, not the publishing host.
For complete details about publish-and-retrieve encoding behavior,
refer to Publish/Retrieve Encoding Behavior.
-
Once you finish specifying viewer options,
click OK to return to the
What to Publish tab.
|