18.10. Element: QuickRev / Configuration / Output
|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
Output
|
optional
|
EMPTY |
|
Contains attributes which affects the written project files. |
| Attributes |
stylesheet
|
optional
|
string |
yes |
Defines the path to a stylesheet file which will be referenced from the project-xml files to be displayed in any intended way. |
![[Tip]](images/tip.png) | Tip |
|---|
| An example stylesheet (stylesheet_example.xml) will be delivered with every QuickRev version. |
<?xml version="1.0" encoding="UTF-8"?>
<QuickRev configName="name">
<Configuration>
<Output
stylesheet="http://.../stylesheet_example.xsl"/>
</Configuration>
</QuickRev>