You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible do define messages in different languages for the validation report?
Given Schematron's documentation it is possible to define the attributes "diagnostics" and "see" to give more information about a failed assert.
Sadly I can't find their values in the report XMLs.
My Schematron file is built like this (part):
<pattern>
<rulecontext="..."see="https://www.google.de">
<assertid="ERR-1"diagnostics="d1 d2"test="...">
Fallbacktext.
</assert>
</rule>
</pattern>
<diagnostics>
<diagnosticid="d1"xml:lang="de">
Wenn "x" gefüllt ist, muss "y" gefüllt sein.
</diagnostic>
<diagnosticid="d2"xml:lang="en">
When "x" is set then "y" has to be set, too.
</diagnostic>
</diagnostics
The text was updated successfully, but these errors were encountered:
Is it possible do define messages in different languages for the validation report?
Given Schematron's documentation it is possible to define the attributes "diagnostics" and "see" to give more information about a failed assert.
Sadly I can't find their values in the report XMLs.
My Schematron file is built like this (part):
The text was updated successfully, but these errors were encountered: