我实际上是在尝试针对 Java 中的 schematron 验证 xml 文件。我有以下陈述:
SchemaFactory factory = SchemaFactory.newInstance("http://www.ascc.net/xml/schematron");
但是当我运行程序时,我得到了这个错误:
Exception in thread "main" java.lang.IllegalArgumentException: No SchemaFactory that implements the schema language specified by: http://www.ascc.net/xml/schematron could be loaded
任何人都可以帮忙吗?谢谢。