|
Publishing Framework
If you specify External File as the item type
on the Specify Item to Insert window,
some additional fields appear
in the Specify Item to Insert window.
-
Specify whether the file contains text or binary data
by clicking the appropriate button
in the External File Type field.
-
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 online documentation.
-
Identify the instance of the external file
that you want to include in the package.
You can specify an external file in either of the following ways:
-
Optionally, specify a description and a name/value pair.
For details, refer to
Adding an Item (Specify Item to Insert).
-
Once you finish specifying external file options,
click OK to return to the
What to Publish tab.
|