Which librairies to implement schematron validation in java (SDK 1.13.0) #1175
-
Hello, we have just upgraded from version 1.0.9 to 1.13.0 of the SDK, and we are experiencing issues performing Schematron validations internally. Which libraries would you recommend for Schematron validation in Java? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
For our Central Validation Service, we currently use the library ph-schematron version 8.0.4, and we use it's "pure" implementation.
Other libraries or implementations should work, as the schematron files follow the standard. But of course there can be variations, limitations, bugs, etc.
If you can share more details about the implementation you are using, and the issues you encouter, we may be able to provide further help.