Search found 1 match

by sandy99
Fri May 17, 2019 5:28 am
Forum: Common Problems
Topic: Schematron validation for string value
Replies: 1
Views: 2251

Schematron validation for string value

I'm trying to validation a 6 digit number Example: 1.) 120012 need to validate the above number in Schematron but when I use substring(.,2,5) != "00" it is not validating. 2.) 21 Making the above number to 6 digits value and validating with the above rule doesn't work 3.) similarly I need ...