The XSL XFD directive allows you to include a stylesheet reference in the XML header.
Syntax
$XFD XSL=stylesheet
where stylesheet is an alphanumeric literal indicating the appropriate stylesheet. The Compiler includes the following line in all generated XML-style XFD files:
<?xml-stylesheet type="text/xsl" href="stylesheet"?>
For example:
$XFD XSL="myxsl.xsl"
generates this line:
<?xml-stylesheet type="text/xsl" href="myxsl.xsl"?>