schematron

XML validation with Schematron/XSD in C#

可紊 提交于 2019-11-30 23:16:04
问题 I've been looking around for at a way to make some more advanced business rule validation of XML documents. So far Schematron seems to be able to do, what I need. I've been looking around, and the few libraries I've found was very old and seemingly not supported any longer. Was Schematron only "hot" in 2002? Are there any libraries that can do the validation in C# - or how do I do it? Or are there others that can do the advanced validation and have C# libraries and are standardized? 回答1: For

Where can I find a Java implementation of an ISO Schematron validator?

本小妞迷上赌 提交于 2019-11-30 07:49:36
The ISO Schematron standard has been out for two years now, but I'm still unable to find a Java implementation using ISO Schematron XSLT files (as opposed to files from an older version of Schematron, e.g. here: http://uploading.com/files/c9c9cb87/SchematronXpath.jar/ ). Does anyone know of a production-ready ISO schema validator that can be easily called from a Java method? Additionally you may use ph-schematron which provides both support for conversion to XSLT as well as a native plain Java validation, which is quicker than the XSLT version in nearly all cases. See https://github.com/phax

Where can I find a Java implementation of an ISO Schematron validator?

余生长醉 提交于 2019-11-29 10:06:58
问题 The ISO Schematron standard has been out for two years now, but I'm still unable to find a Java implementation using ISO Schematron XSLT files (as opposed to files from an older version of Schematron, e.g. here: http://uploading.com/files/c9c9cb87/SchematronXpath.jar/). Does anyone know of a production-ready ISO schema validator that can be easily called from a Java method? 回答1: Additionally you may use ph-schematron which provides both support for conversion to XSLT as well as a native plain