{# Note we use the cda-validate-results and data-error-count as a means for html consumers to grab information from the html #}
{{"Passed XSD testing."|xlt}}
{{ error|text }}
{{ "Passed Schematron testing."|xlt}}
{{ 'Error'|xlt }}: {{ error.description|text }}
{{ 'Error Context'|xlt }}: {{ error.context|text }}
{{ 'Where'|xlt }}: {{ error.path|text }}
{{ 'Line'|xlt }}# {{ error.line|text }}