The Corticon Studio reporting framework
- Last Updated: March 18, 2024
- 2 minute read
- Corticon
- Documentation
Corticon Studio lets you create reports on each of the assets in a project: Vocabulary, Rulesheets, Ruleflows, and Ruletests.
You generate reports from a dialog box that lets you choose from standard types and styles of reports, and then set the output folder.
For example:

The standard report types are:
Report Type one of the XSLT files for the asset type:
- Vocabulary
- Basic Vocabulary
- Detailed Vocabulary
- Complexity Report
- Rulesheets
- Basic Rulesheet Expressions
- Basic Rulesheet Natural Language
- Detailed Rulesheet Expressions
- Detailed Rulesheet Natural Language
- Ruleflows
- Basic Ruleflow Expressions
- Basic Ruleflow Natural Language
- Detailed Ruleflow Expressions
- Detailed Ruleflow Natural Language
- Complexity Report
- Ruletests
- Basic Ruletest
The type files are located at [CORTICON_STUDIO_WORK_DIR]\Studio\Reports\XSLT\ in folders according to the
asset types. You can copy the files to use as templates or change them to create report
types that are then offered in the Report Type dropdown menu for
the asset type.
Report Style is the CSS stylesheet to use for the report. The basic stylesheets are:
- Corticon Blue
- Corticon Green
The style files are located at [CORTICON_STUDIO_WORK_DIR]\Reports\CSS\. You can copy a stylesheet file to
use as a template to create custom report styles that are then offered in the Report Style dropdown menu.
Output Folder is the location where the report
will be stored on disk. The default location is [CORTICON_STUDIO_WORK_DIR]/Reports. You can create a root location such as
C:\CorticonStudioReports and then append subfolder
names to sort out your projects, tasks, clients, or versions.
- Generates an XML file using its built-in XML template
- Uses the selected XSLT transformation to move the XML into HTML
- Applies the selected CSS to render the HTML file in a web browser page
- Copies the XML, HTML, and CSS files to the specified output folder.
Customizing the XSLT stylesheet transforms
Corticon Studio's initial XSLT stylesheets can be modified or copied to create preferred XSLT files to generate custom Studio reports. Name and save your modified XSLT file in the appropriate XSLT subfolder so that it will be listed and callable when you run reports.
Customizing the CSS stylesheets
Corticon Studio's initial CSS stylesheet can be modified or copied to create a preferred CSS files to render standard and custom Studio reports. You can then produce the HTML reports as PDF, Word and other output formats. Name and save your file in the CSS folder so that it will be listed and callable when you run reports.
See also: