Skip to content

Commit

Permalink
Removed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 3, 2018
1 parent 320f4e9 commit 66ddf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/xproc/validation-report.xsl
Expand Up @@ -54,7 +54,7 @@
<td>documents are valid</td>
</tr>
</table>
<xsl:message select="concat('Valid documents: ', $valid, ', invalid by main schema: ', $validationErrors, ', invalid by schematron: ', $schematronErrors)"/>
<!--<xsl:message select="concat('Valid documents: ', $valid, ', invalid by main schema: ', $validationErrors, ', invalid by schematron: ', $schematronErrors)"/>-->
</xsl:template>

<xsl:template name="rng-message-summary">
Expand Down

0 comments on commit 66ddf5e

Please sign in to comment.