@@ -224,7 +224,7 @@ Authors:
224
224
<xsl : template mode =' item-head' match =' *' >
225
225
<xsl : param name =" resultColumn" select =" false" />
226
226
<tr >
227
- <xsl : if test =' $resultColumn="true"' ><th >Result</th ></xsl : if >
227
+ <xsl : if test =' $resultColumn="true"' ><th >Result of item-state comparison </th ></xsl : if >
228
228
<xsl : for-each select =' *' >
229
229
<xsl : variable name =' label' select =' translate(local-name(), "_", " ")' />
230
230
<xsl : variable name =' first_letter' select =' translate(substring($label,1,1), "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ")' />
@@ -263,7 +263,7 @@ Authors:
263
263
<!-- UNIX file item visualisation -->
264
264
265
265
<xsl : template mode =' item-head' match =' ovalunixsc:file_item' >
266
- <tr ><th >Result</th ><th >Path</th ><th >Type</th ><th >UID</th ><th >GID</th ><th >Size (B)</th ><th >Permissions</th ></tr >
266
+ <tr ><th >Result of item-state comparison </th ><th >Path</th ><th >Type</th ><th >UID</th ><th >GID</th ><th >Size (B)</th ><th >Permissions</th ></tr >
267
267
</xsl : template >
268
268
269
269
<xsl : template mode =' item-body' match =' ovalunixsc:file_item' >
@@ -326,7 +326,7 @@ Authors:
326
326
<!-- textfilecontent visualisation -->
327
327
328
328
<xsl : template mode =' item-head' match =' ovalindsc:textfilecontent_item' >
329
- <tr ><th >Result</th ><th >Path</th ><th >Content</th ></tr >
329
+ <tr ><th >Result of item-state comparison </th ><th >Path</th ><th >Content</th ></tr >
330
330
</xsl : template >
331
331
332
332
<xsl : template mode =' item-body' match =' ovalindsc:textfilecontent_item' >
0 commit comments