Administration > Stylesheets > Stylesheet ID Processing Instruction
  
Stylesheet ID Processing Instruction
The stylesheet ID processing instruction is automatically added to a stylesheet when you specify publishing types for the stylesheet in the Edit Stylesheet Identification dialog box (in the FOSI Editor, choose Edit > Stylesheet Identification) or the Stylesheet Properties dialog box (in Arbortext Styler, choose File > Stylesheet Properties). The stylesheet ID processing instruction contains a title and the publishing types for which a stylesheet can be used.
Stylesheet ID processing instructions are inserted in a stylesheet after its DOCTYPE declaration.
Syntax of an Arbortext Styler stylesheet ID processing instruction:
<?APT StylesheetID Title="title"
Description="description"
CompositionTypes="output"
StylerVersion="version"?>
Syntax of an XSL or XSL-FO stylesheet ID processing instruction:
<?APT StylesheetID Title="title"
CompositionTypes="output"?>
Syntax of a FOSI stylesheet ID processing instruction:
<?APT StylesheetID Title="title"
CompositionTypes="output">
To manually insert a stylesheet ID processing instruction, you must specify composition type keywords separated by commas. These keywords must match a Compose element's Type attribute values as defined in the document type's .dcf file. You can also optionally assign a string as the Title value.