Definition of XSL Style Sheets for PI Sheets and Cockpits 
Purpose
You define XSL style sheets if you want to replace the standard layouts used for browser-based PI sheets and process manufacturing cockpits by your own layouts. You can use the following standard layouts as templates:
Process Flow
You copy one of the XSL files that start with PMC_STY_*.XSL or create your own file.
Note the URL conventions described in
Note the
document type definition (DTD) that contains a description of the structure of generated XML files for cockpits and PI sheets.Make sure that in your XSL style sheet you have correctly defined that this information is added.

è
The HTML document for PI sheet number 100000000000004711 must contain:
<META NAME="_bfw_document_" CONTENT="100000000000004711">
è
Write the following in the XSL style sheet:
<META NAME="_bfw_document_">
<xsl:attribute name="CONTENT">
<xsl:value-of select="/DOCUMENT/@id"/>
<xsl:attribute>
</META>
For a description of the additional information required, see
Note the XML definition described in