deprecatedclass %ZEN.Report.Display.xslinclude
extends node
The <xslinclude> tag provides a mechanism for including
external XSLT stylesheets in the PDF report.
property href
as %ZEN.Datatype.uri;
Specifies the location of the external XSLT stylesheet.
Multiple stylesheets can be linked by entering a
comma-delimited list.
property makeAbsoluteURL
as %ZEN.Datatype.boolean [ InitialExpression = 0 ];