Schematron / schematron

Schematron "skeleton" - XSLT implementation
MIT License
93 stars 45 forks source link

Diagnostics svrl:text tags missing #26

Closed rjelliffe closed 4 years ago

rjelliffe commented 7 years ago

I have not verified this. It is from a 2012 email. - Rick.

Radu Cernuta reported a bug and provided a fix, that the diagnostics were not getting the text.

iso-svrl-for-xslt1.xsl 2010 version line 410 iso-svrl-for-xslt2.xsl 2010 version line 425

    <svrl:text>
        <xsl:apply-templates mode="text" />
    </svrl:text>
</svrl:diagnostic-reference>
tgraham-antenna commented 4 years ago

All six <svrl:text> in current code have <xsl:apply-templates mode="text" />.