XSL Transformations

Aurea CRM includes several predefined XSLT files (located at ..\system\xml) that can be used to create reports.

For information on XSL transformations for PDF reports and a summary of the included XSLT files and their settings see https://support.aurea.com.

UpdateReportList.xslt

Outputs the report as a list with the Field tags option set to With <field>.

Parameters:

stylesheet

The stylesheet used; default is Aurea_format_orange.css

imagepath

The path used for images and stylesheets; default is ..\system\xml\images

showlink

1 = show links (used by protocol.exe); only available if Output Links is selected in the report format.

ShowInfoHeader

1 = Display header with info area name; default = 1.

ShowHeader

1 = Display list header; default = 1.

UpdateReportMask.xslt

Records are displayed as masks, with the Field tags option set to With <field>.

Parameters:

stylesheet

The stylesheet used; default is Aurea_format_orange.css

imagepath

The path used for images and stylesheets; default is ..\system\xml\images

columns

Number of columns in the display; the default is 2

showlink

1 = Display links for protocol.exe. The first field in the mask is displayed as a link to the record. This only applies if Output link is enabled in the format.

ShowInfoHeader

1 = Display the header with info area names; the default is 1.

UpdateReportListWordML.xslt

Outputs a list of records in list form in Microsoft Word.

The With <field> option must be enabled in the report format.

Parameter:

ShowInfoHeader

1 = Display the header. The default value is 1.

UpdateReportMaskWordML.xslt

Outputs a list of records in mask form in Microsoft Word.

The With <field> option must be enabled in the report format.

Parameters:

columns

Number of columns in the mask. The default value is 2.

ShowInfoHeader

1 = Display the header. The default value is 1.