Skip to content
Discussion options

You must be logged in to vote

Hi,
Please make sure the correct set of schematron files is used for validation or correct parameters are submitted
In SDK 1.9.2, we have:
<rule context="/*/cbc:CustomizationID"> <assert id="BR-OPT-00002-0052" role="ERROR" test="matches(normalize-space(.),'^eforms-sdk-\d\.\d$')">rule|text|BR-OPT-00002-0052</assert> </rule>

while since SDK 1.10.0 we have:
<rule context="/*/cbc:CustomizationID"> <assert id="BR-OPT-00002-0052" role="ERROR" test="matches(normalize-space(.),'^eforms-sdk-\d+\.\d+$')">rule|text|BR-OPT-00002-0052</assert> </rule>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YvesJo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
validation Related to notice validation.
2 participants
Converted from issue

This discussion was converted from issue #927 on April 30, 2024 12:22.